From 648971d7841e7f223fdc6baa718022bbd1da6cd2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 14 Apr 2021 11:37:22 +0100 Subject: [PATCH] try chip_r adder test (works) --- ls180/post_pnr/cocotb/Makefile | 2 +- ls180/post_pnr/cocotb/test.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ls180/post_pnr/cocotb/Makefile b/ls180/post_pnr/cocotb/Makefile index cb4cc70..ea51d19 100644 --- a/ls180/post_pnr/cocotb/Makefile +++ b/ls180/post_pnr/cocotb/Makefile @@ -18,7 +18,7 @@ VHDL_SOURCES = \ $(wildcard $(VSTDIR)/*.vst) \ $(wildcard $(NSXLIBDIR)/*.vhd) \ $(wildcard $(NIOLIBDIR)/*.vhd) -TOPLEVEL=chip +TOPLEVEL=chip_r TOPLEVEL_LANG=vhdl MODULE=test SIM=ghdl diff --git a/ls180/post_pnr/cocotb/test.py b/ls180/post_pnr/cocotb/test.py index 4d79d0b..9bf57fd 100644 --- a/ls180/post_pnr/cocotb/test.py +++ b/ls180/post_pnr/cocotb/test.py @@ -38,7 +38,7 @@ def setup_sim(dut, *, clk_period, run): dut.iovss <= 0 dut.sys_rst <= 1 dut.sys_clk <= 0 - # adder test (ignore) + # adder test (ignore this) #dut.a <= 3 #dut.b <= 2 -- 2.30.2