lowRISC / ibex-demo-system-labs

Labs for the Ibex Demo System
Creative Commons Attribution 4.0 International
11 stars 4 forks source link

Lab 1: Fix call to `load_demo_system.sh` #9

Closed andreaskurth closed 1 year ago

andreaskurth commented 1 year ago

The path passed to load_demo_system.sh is relative to the current working directory, so when in the util/ directory, it would have to start with ../sw. However, I don't see the point of cding to util/ first, so I changed that instead.