You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
just wanted to say that the tlgen.py util currently always throws
Traceback (most recent call last):
File "/home/krusekamp/vicuna-multicore/../repos/opentitan/util/tlgen.py", line 98, in <module>
main()
File "/home/krusekamp/vicuna-multicore/../repos/opentitan/util/tlgen.py", line 71, in main
xbar = tlgen.validate(obj)
File "/home/krusekamp/repos/opentitan/util/tlgen/validate.py", line 312, in validate
node.addr_spaces = {nodeobj["addr_space"]}
KeyError: 'addr_space'
when using it as a standalone feature (where you do not generate addr_space by topgen).
To test it, just run tlgen on the example hjson file.
Before you can do that, you need to rename base_addr -> base_addrs in that file, as for some reason that part of the API was changed.
Description
Hi,
just wanted to say that the tlgen.py util currently always throws
when using it as a standalone feature (where you do not generate addr_space by topgen).
To test it, just run tlgen on the example hjson file.
Before you can do that, you need to rename base_addr -> base_addrs in that file, as for some reason that part of the API was changed.
The commit 21e0759 still works.
Have a nice day,
Ben
The text was updated successfully, but these errors were encountered: