Skip to content

Commit

Permalink
update atombones config json
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Dec 25, 2023
1 parent ee18dd3 commit 8e8dbc9
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions rtl/config/atombones.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
{
"name": "atombones",
"type": "soc",
"params": {
"en_embedded": false,
"en_compressed": false,
"en_csr": true,
"en_exceptions": true
},

"isa": "rv32[en_embedded?e:i][en_compressed?c:][en_csr?_zicsr:]",
"abi": "ilp32[en_embedded?e:]",

"vtopmodule": "AtomBones",
"vdefines": [
"SOC_RESET_ADDRESS=32'h0001_0000",
"ENABLE_RVZICSR",
"ENABLE_EXCEPT"
"[en_embedded?EN_RVE:]",
"[en_compressed?EN_RVC:]",
"[en_csr?EN_RVZICSR:]",
"[en_exceptions?EN_EXCEPT:]"
],
"vsrcs": [
"${RVATOM}/rtl/soc/atombones/AtomBones.v"
],
"vincdirs": [
"${RVATOM}/rtl/soc/atombones"
],

"includes": [
"atomrv"
]
Expand Down

0 comments on commit 8e8dbc9

Please sign in to comment.