From 0d615202683f4c4b303d9391cf6e2a1a96faf58b Mon Sep 17 00:00:00 2001 From: "Andreas.Olofsson" Date: Sat, 8 Aug 2020 22:22:52 -0400 Subject: [PATCH] Fixed issue with DC verilog parser -Apparentely "|=" is not allowed?? --- common/hdl/oh_mux.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hdl/oh_mux.v b/common/hdl/oh_mux.v index 7bda282..6e315bf 100644 --- a/common/hdl/oh_mux.v +++ b/common/hdl/oh_mux.v @@ -21,7 +21,7 @@ module oh_mux #( parameter DW = 1, // width of data inputs begin out[DW-1:0] = 'b0; for(i=0;i