mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
tests: Centralize test collection and Makefile generation
This commit is contained in:
parent
c6ff947f6b
commit
acd47bbd52
16 changed files with 136 additions and 222 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ev
|
||||
set -e
|
||||
|
||||
../../yosys -b 'verilog -noattr' -o mem_simple_4x1_synth.v -p 'proc; opt; memory -nomap; techmap -map mem_simple_4x1_map.v;; techmap; opt; abc;; stat' mem_simple_4x1_uut.v
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue