3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-12 09:03:27 +00:00

fixup! messy

This commit is contained in:
Emil J. Tywoniak 2025-05-26 11:09:43 +02:00
parent 71c64ff142
commit b962aa9171

View file

@ -22,9 +22,7 @@ module reduce(
assign Y = ^data;
endmodule
EOT
read_verilog -lib -specify +/microchip/cells_sim.v
dump
# synth_microchip -top reduce -family polarfire -noiopad
# select -assert-count 1 t:XOR8
# select -assert-none t:XOR8 %% t:* %D
synth_microchip -top reduce -family polarfire -noiopad
select -assert-count 1 t:XOR8
select -assert-none t:XOR8 %% t:* %D