mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 17:43:09 -04:00
5 lines
327 B
Text
Executable file
5 lines
327 B
Text
Executable file
#verilator --timescale "1ns/1ns" --timing -cc --exe --build --top-module testbench fulladder.sv
|
|
#verilator --timescale "1ns/1ns" --timing -cc --exe --top-module testbench fulladder.sv
|
|
#verilator --binary --top-module testbench fulladder.sv
|
|
verilator --timescale "1ns/1ns" --timing --binary --top-module testbench fulladder.sv
|
|
|