try renaming spblock without the underscore
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 22:37:50 +0000 (22:37 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sun, 18 Apr 2021 22:37:50 +0000 (22:37 +0000)
experiments9/Makefile
experiments9/non_generated/full_core_4_4ksram_ls180.v
experiments9/non_generated/spblock512w64b8w.v [new file with mode: 0644]
experiments9/non_generated/spblock_512w64b8w.v [deleted file]

index b4eb887f3c358a097e8397587f1ebe1ae0439487..9bf47a844e7ed6dd33a4c6d1e6bafca191d1b79b 100755 (executable)
@@ -3,7 +3,7 @@
        PHYSICAL_SYNTHESIS = Coriolis
                DESIGN_KIT = cmos45
             YOSYS_FLATTEN = No
-         YOSYS_BLACKBOXES = pll spblock_512w64b8w
+         YOSYS_BLACKBOXES = pll spblock512w64b8w
 #            YOSYS_SET_TOP = Yes
                     CHIP  = chip
                     CORE  = ls180
index 17b5558ce04982506119b4b6739f27ac832a0bde..2eef8b90efc2721347812b1c741379f497294031 100644 (file)
@@ -1,3 +1,3 @@
 `include "litex_ls180.v"
-`include "spblock_512w64b8w.v"
+`include "spblock512w64b8w.v"
 `include "libresoc.v"
diff --git a/experiments9/non_generated/spblock512w64b8w.v b/experiments9/non_generated/spblock512w64b8w.v
new file mode 100644 (file)
index 0000000..a111127
--- /dev/null
@@ -0,0 +1,9 @@
+(* blackbox = 1 *)
+module spblock512w64b8w(a, d, q, we, clk);
+       input [8:0] a;
+       input [63:0] d;
+       output [63:0] q;
+       input [7:0] we;
+       input clk;
+endmodule // SPBlock_512W64B8W
+
diff --git a/experiments9/non_generated/spblock_512w64b8w.v b/experiments9/non_generated/spblock_512w64b8w.v
deleted file mode 100644 (file)
index 44db03c..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-(* blackbox = 1 *)
-module spblock_512w64b8w(a, d, q, we, clk);
-       input [8:0] a;
-       input [63:0] d;
-       output [63:0] q;
-       input [7:0] we;
-       input clk;
-endmodule // SPBlock_512W64B8W
-