1
0
mirror of https://github.com/olofk/serv.git synced 2026-05-04 23:35:17 +00:00

Initial HERV implementation

This commit is contained in:
Olof Kindgren
2025-05-14 01:42:41 +02:00
parent 15bf53241b
commit 1a8434b7ab
9 changed files with 248 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ class serv(pluginTemplate):
build_serv = 'fusesoc run --target=verilator_tb --flag=mdu\
--build --build-root=servant_test servant\
--memsize=8388608 --compressed=1'
--memsize=8388608 --compressed=1 --width=8'
utils.shellCommand(build_serv).run()
def build(self, isa_yaml, platform_yaml):