mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 05:30:53 +00:00
xilinx_dsp: Initial DSP48A/DSP48A1 support.
This commit is contained in:
parent
aa1adb0f1e
commit
666c6128a9
10 changed files with 921 additions and 14 deletions
|
@ -1,3 +1,6 @@
|
|||
../../../yosys -qp "synth_xilinx -top macc2; rename -top macc2_uut" -o macc_uut.v macc.v
|
||||
iverilog -o test_macc macc_tb.v macc_uut.v macc.v ../../../techlibs/xilinx/cells_sim.v
|
||||
vvp -N ./test_macc
|
||||
../../../yosys -qp "synth_xilinx -family xc6s -top macc2; rename -top macc2_uut" -o macc_uut.v macc.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