mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 09:26:16 +00:00
fixup! messy
This commit is contained in:
parent
71c64ff142
commit
b962aa9171
1 changed files with 3 additions and 5 deletions
|
@ -22,9 +22,7 @@ module reduce(
|
||||||
assign Y = ^data;
|
assign Y = ^data;
|
||||||
endmodule
|
endmodule
|
||||||
EOT
|
EOT
|
||||||
read_verilog -lib -specify +/microchip/cells_sim.v
|
synth_microchip -top reduce -family polarfire -noiopad
|
||||||
dump
|
select -assert-count 1 t:XOR8
|
||||||
# synth_microchip -top reduce -family polarfire -noiopad
|
select -assert-none t:XOR8 %% t:* %D
|
||||||
# select -assert-count 1 t:XOR8
|
|
||||||
# select -assert-none t:XOR8 %% t:* %D
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue