typo
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 27 Jul 2018 09:18:00 +0000 (10:18 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 27 Jul 2018 09:18:00 +0000 (10:18 +0100)
src/bsv/bsv_lib/soc_template.bsv

index a3c90a7db22cbea85e21bf6a19c4feac54c871bc..b1acd9702b1f1ea2f9586bc3767201f153e3e899 100644 (file)
@@ -98,7 +98,7 @@ package Soc;
         `ifdef SDRAM 
             (*always_ready*) interface Ifc_sdram_out sdram_out; 
         `endif
-        ifdef DDR
+        `ifdef DDR
             (*prefix="M_AXI"*) interface
                    AXI4_Master_IFC#(`PADDR, `Reg_width, `USERSPACE) master;
         `endif