Skip to content
Snippets Groups Projects
Commit 1d6d4681 authored by dam1n19's avatar dam1n19
Browse files

FIxed romtable test (used decimal for jepid instead of hex)

parent 274432fb
Branches
Tags
1 merge request!1changed imem to rom to allow initial program loading, updated bootloader code...
...@@ -66,7 +66,7 @@ module nanosoc_system #( ...@@ -66,7 +66,7 @@ module nanosoc_system #(
parameter SYSTABLE_BASE = 32'hF000_0000, // Base Address of System ROM Table parameter SYSTABLE_BASE = 32'hF000_0000, // Base Address of System ROM Table
// SoCLabs Manufacture ID // SoCLabs Manufacture ID
parameter SOCLABS_JEPID = 7'd51, //- SL (SoCLabs) parameter SOCLABS_JEPID = 7'h51, //- SL (SoCLabs)
// NanoSoC Part and Revision Numbers // NanoSoC Part and Revision Numbers
parameter NANOSOC_PARTNUMBER = 12'h001, parameter NANOSOC_PARTNUMBER = 12'h001,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment