mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-30 12:25:52 +00:00
Add mac.sh and macc_tb.v for testing
This commit is contained in:
parent
5ca25b0c59
commit
2f98f9deee
2 changed files with 99 additions and 0 deletions
3
tests/xilinx/macc.sh
Normal file
3
tests/xilinx/macc.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" macc.v -o macc_uut.v
|
||||
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../techlibs/xilinx/cells_sim.v
|
||||
vvp -N ./test_macc
|
Loading…
Add table
Add a link
Reference in a new issue