openrisc / orpsoc-cores

Core description files for FuseSoC
124 stars 79 forks source link

or1200-generic: update verilator support #41

Closed fjullien closed 10 years ago

fjullien commented 10 years ago

This patch removes the local copy of elf-loader in or1200-generic. This copy is no longer needed because fusesoc now adds verilator files from all cores.

The verilator testbench is also cleaned-up and adapted to the up-to-date elf-loader.

Signed-off-by: Franck Jullien franck.jullien@gmail.com

olofk commented 10 years ago

Great! With the latest changes to fusesoc this works fine now and is a nice cleanup. Applied and pushed