A VexRiscv with AES128 on the memory mapped bus. Works in simulation and on the ULX3S.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
271 B

4 years ago
  1. # Adapt this to your favourite FTDI-based debugger
  2. source [find interface/jtag_tcp.cfg]
  3. # The Murax target needs a YAML file, even if it is empty
  4. set MURAX_CPU0_YAML cpu0.yaml
  5. # The Murax target should work for all PQVexRiscv based chips
  6. source [find target/murax.cfg]