Files
yosys/docs/source/code_examples/techmap/mulshift_test.ys
T

8 lines
181 B
Plaintext
Raw Normal View History

2014-02-16 22:31:53 +01:00
read_verilog mulshift_test.v
hierarchy -check -top test
techmap -map sym_mul_map.v \
-map mulshift_map.v;;
2023-11-14 12:55:39 +13:00
show -prefix mulshift -format dot -notitle -lib sym_mul_cells.v