From 827843c0255c118ad4e0ea149d6492de1518347d Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 26 Mar 2022 21:49:14 +0000 Subject: [PATCH] remove switches from hyperram iverilog test --- src/simsoc_hyperram_tb.v | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/simsoc_hyperram_tb.v b/src/simsoc_hyperram_tb.v index aef4192..fcb2c25 100644 --- a/src/simsoc_hyperram_tb.v +++ b/src/simsoc_hyperram_tb.v @@ -65,14 +65,14 @@ s27kl0641 wire led_5; wire led_6; wire led_7; - reg switch_0 = 0; - reg switch_1 = 0; - reg switch_2 = 0; - reg switch_3 = 0; - reg switch_4 = 0; - reg switch_5 = 0; - reg switch_6 = 0; - reg switch_7 = 0; + //reg switch_0 = 0; + //reg switch_1 = 0; + //reg switch_2 = 0; + //reg switch_3 = 0; + //reg switch_4 = 0; + //reg switch_5 = 0; + //reg switch_6 = 0; + //reg switch_7 = 0; top simsoctop ( // hyperram @@ -94,14 +94,14 @@ s27kl0641 .led_6__io(led_6), .led_7__io(led_7), // switches - .switch_0__io(switch_0), - .switch_1__io(switch_1), - .switch_2__io(switch_2), - .switch_3__io(switch_3), - .switch_4__io(switch_4), - .switch_5__io(switch_5), - .switch_6__io(switch_6), - .switch_7__io(switch_7), + //.switch_0__io(switch_0), + //.switch_1__io(switch_1), + //.switch_2__io(switch_2), + //.switch_3__io(switch_3), + //.switch_4__io(switch_4), + //.switch_5__io(switch_5), + //.switch_6__io(switch_6), + //.switch_7__io(switch_7), // clock/reset .clk100_0__p(clkin), .rst_0__io(1'b0) -- 2.30.2