Skip to content

Commit 0f23735

Browse files
committed
test: verilog file with gate level models
still broken though - see google/globalfoundries-pdk-libs-gf180mcu_fd_sc_mcu7t5v0#26
1 parent b2b4f2c commit 0f23735

File tree

3 files changed

+51530
-1
lines changed

3 files changed

+51530
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ COMPILE_ARGS += -DFUNCTIONAL
1818
COMPILE_ARGS += -DUSE_POWER_PINS
1919
COMPILE_ARGS += -DSIM
2020
COMPILE_ARGS += -DUNIT_DELAY=#1
21-
VERILOG_SOURCES += $(PDK_ROOT)/gf180mcuC/libs.ref/gf180mcu_fd_sc_mcu7t5v0/verilog/gf180mcu_fd_sc_mcu7t5v0.v
21+
VERILOG_SOURCES += $(PWD)/gf180mcu_fd_sc_mcu7t5v0.v
2222

2323
# the github action copies the gatelevel verilog from /runs/wokwi/results/final/verilog/gl/
2424
VERILOG_SOURCES += $(PWD)/cell_tb_gl.v $(PWD)/../verilog/gl/tiny_user_project.v

test/cell_tb.gtwk

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[*]
2+
[*] GTKWave Analyzer v3.3.103 (w)1999-2019 BSI
3+
[*] Mon Nov 28 18:18:35 2022
4+
[*]
5+
[dumpfile] "/home/uri/p/gf180-game-of-life-cell/test/cell_tb.vcd"
6+
[dumpfile_mtime] "Mon Nov 28 18:17:20 2022"
7+
[dumpfile_size] 425020
8+
[savefile] "/home/uri/p/gf180-game-of-life-cell/test/cell_tb.gtwk"
9+
[timestart] 0
10+
[size] 1000 600
11+
[pos] -1 -1
12+
*-12.307270 4250 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
13+
[treeopen] test_cell.
14+
[sst_width] 214
15+
[signals_width] 142
16+
[sst_expanded] 1
17+
[sst_vpaned_height] 152
18+
@28
19+
test_cell.clk
20+
test_cell.reset
21+
test_cell.set
22+
@22
23+
test_cell.neighbors[7:0]
24+
@28
25+
test_cell.alive
26+
test_cell.notalive
27+
[pattern_trace] 1
28+
[pattern_trace] 0

0 commit comments

Comments
 (0)