[Libre-soc-bugs] [Bug 1073] Microwatt verilator sim - setting up chroot and documentation

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon May 1 15:11:54 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1073

--- Comment #13 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
lkcl at fizzy:~/src/libresoc/microwatt2$ git diff
diff --git a/Makefile b/Makefile
index 610f48d..17d1548 100644
--- a/Makefile
+++ b/Makefile
@@ -214,10 +214,10 @@ _fpga_files = fpga/soc_reset.vhdl \
        nonrandom.vhdl

 # use an alternative core (in verilog)
-EXTERNAL_CORE=false
+EXTERNAL_CORE=true
 # VHDL does not allow integers greater than 2^32, so shift down
 # by 16 bits and add 16 bits zeros back on in soc-generic.vhdl
-RESET_ADDRESS=65280 # 0xff00_0000>>16
+RESET_ADDRESS=0 # 65280 # 0xff00_0000>>16

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list