From: Luke Kenneth Casson Leighton Date: Fri, 27 Jul 2018 09:18:00 +0000 (+0100) Subject: typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1934a3e36fd6ed60e9ad3ea067b7361cda2a802;p=pinmux.git typo --- diff --git a/src/bsv/bsv_lib/soc_template.bsv b/src/bsv/bsv_lib/soc_template.bsv index a3c90a7..b1acd97 100644 --- a/src/bsv/bsv_lib/soc_template.bsv +++ b/src/bsv/bsv_lib/soc_template.bsv @@ -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