From 050efe85e0f5a0ee97962461cc8e617c53f770bf Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sat, 7 Jan 2017 15:26:30 -0600 Subject: Remove extraneous comma causing syntax error --- soc.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc.v b/soc.v index 20abd42..96afe91 100644 --- a/soc.v +++ b/soc.v @@ -70,7 +70,7 @@ module soc ( .dbg_state(dbg_state), .dbg_setPC(dbg_setPC), .dbg_setPCValue(dbg_setPCValue), - .dbg_statusreg(dbg_statusreg), + .dbg_statusreg(dbg_statusreg) ); testROM testROM_inst ( -- cgit v1.2.3