mirror of
https://github.com/annoyatron255/yosys4gal.git
synced 2024-12-22 10:42:24 +00:00
Remove extra shell command
This commit is contained in:
parent
56bee7db76
commit
87efbe693d
|
@ -76,7 +76,6 @@ techmap -map techmaps/olmc_seq.v
|
|||
# Make 1SOPs for combinational tristates
|
||||
techmap -max_iter 1 -map techmaps/one_sop.v */t:GAL_TRI "%x:+\[E\]" */t:GAL_TRI %d %ci1 */t:GAL_SOP %i
|
||||
techmap -max_iter 1 -map techmaps/one_sop.v */t:GAL_TRI_N "%x:+\[E\]" */t:GAL_TRI_N %d %ci1 */t:GAL_SOP %i
|
||||
shell
|
||||
|
||||
# Add OLMC for internal GAL_SOPs
|
||||
#techmap -max_iter 1 -map techmaps/pla_olmc_int.v */t:GAL_OLMC %ci2 */t:GAL_SOP %i */t:GAL_SOP %D
|
||||
|
|
Loading…
Reference in a new issue