mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-17 18:06:41 +00:00
Moved all tests in arch sub directory
This commit is contained in:
parent
3c41599ee1
commit
c2ec7ca703
151 changed files with 5 additions and 5 deletions
18
tests/arch/ecp5/dpram.ys
Normal file
18
tests/arch/ecp5/dpram.ys
Normal file
|
@ -0,0 +1,18 @@
|
|||
read_verilog dpram.v
|
||||
hierarchy -top top
|
||||
proc
|
||||
memory -nomap
|
||||
equiv_opt -run :prove -map +/ecp5/cells_sim.v synth_ecp5
|
||||
memory
|
||||
opt -full
|
||||
|
||||
miter -equiv -flatten -make_assert -make_outputs gold gate miter
|
||||
|
||||
#Blocked by issue #1358 (Missing ECP5 simulation models)
|
||||
#ERROR: Failed to import cell gate.mem.0.0.0 (type DP16KD) to SAT database.
|
||||
#sat -verify -prove-asserts -seq 3 -set-init-zero -show-inputs -show-outputs miter
|
||||
|
||||
design -load postopt
|
||||
cd top
|
||||
select -assert-count 1 t:DP16KD
|
||||
select -assert-none t:DP16KD %% t:* %D
|
Loading…
Add table
Add a link
Reference in a new issue