betrusted-io / betrusted-soc

Betrusted main SoC design
Other
136 stars 21 forks source link

Correct betrusted_soc.py path in README.md #30

Closed Hoverbear closed 2 years ago

Hoverbear commented 2 years ago

It seems in 9723f045fd06b269435dc462d7f588bf3938b54c this script was renamed and the documentation wasn't updated! This fixes that.

bunnie commented 2 years ago

Ah thanks. yes, that's good (I had neglected python's preference for _ vs Rust's preference for -).

one thing to note is that the preferred command line for the soc is

python3 ./betrusted_soc.py -e dummy.nky -u spinal

This isn't a thing that I think should be fixed in docs, it's actually that now that the spinal core works I should update the parameters to make that the default option.

But, just noting it here in case you're trying to build an SoC for personal use and wondering why the HID core isn't working...that would be because "it's not there".