Revert platform specific changes
diff --git a/verilog/dv/caravel/user_proj_example/io_ports/Makefile b/verilog/dv/caravel/user_proj_example/io_ports/Makefile index fb9ac4f..3ab6272 100644 --- a/verilog/dv/caravel/user_proj_example/io_ports/Makefile +++ b/verilog/dv/caravel/user_proj_example/io_ports/Makefile
@@ -3,12 +3,9 @@ IP_PATH = ../../../../ip BEHAVIOURAL_MODELS = ../../ -GCC_PATH?=/Users/dan.rodrigues/opt/riscv-none-embed-gcc/8.3.0-1.1/bin -# GCC_PREFIX?=riscv32-unknown-elf -# PDK_PATH?=/ef/tech/SW/sky130A - -GCC_PREFIX=riscv-none-embed -PDK_PATH?=/Users/dan.rodrigues/hw/sky130A +GCC_PATH?=/ef/apps/bin +GCC_PREFIX?=riscv32-unknown-elf +PDK_PATH?=/ef/tech/SW/sky130A .SUFFIXES: @@ -32,7 +29,7 @@ %.hex: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O verilog $< $@ # to fix flash base address - gsed -i 's/@10000000/@00000000/g' $@ + sed -i 's/@10000000/@00000000/g' $@ %.bin: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O binary $< /dev/stdout | tail -c +1048577 > $@
diff --git a/verilog/dv/caravel/user_proj_example/la_test1/Makefile b/verilog/dv/caravel/user_proj_example/la_test1/Makefile index 329c642..19fd4a1 100644 --- a/verilog/dv/caravel/user_proj_example/la_test1/Makefile +++ b/verilog/dv/caravel/user_proj_example/la_test1/Makefile
@@ -3,12 +3,9 @@ IP_PATH = ../../../../ip BEHAVIOURAL_MODELS = ../../ -GCC_PATH?=/Users/dan.rodrigues/opt/riscv-none-embed-gcc/8.3.0-1.1/bin -# GCC_PREFIX?=riscv32-unknown-elf -# PDK_PATH?=/ef/tech/SW/sky130A - -GCC_PREFIX=riscv-none-embed -PDK_PATH?=/Users/dan.rodrigues/hw/sky130A +GCC_PATH?=/ef/apps/bin +GCC_PREFIX?=riscv32-unknown-elf +PDK_PATH?=/ef/tech/SW/sky130A .SUFFIXES: @@ -32,7 +29,7 @@ %.hex: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O verilog $< $@ # to fix flash base address - gsed -i 's/@10000000/@00000000/g' $@ + sed -i 's/@10000000/@00000000/g' $@ %.bin: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O binary $< /dev/stdout | tail -c +1048577 > $@
diff --git a/verilog/dv/caravel/user_proj_example/la_test2/Makefile b/verilog/dv/caravel/user_proj_example/la_test2/Makefile index 3f5e39f..d9d9a0d 100644 --- a/verilog/dv/caravel/user_proj_example/la_test2/Makefile +++ b/verilog/dv/caravel/user_proj_example/la_test2/Makefile
@@ -3,12 +3,9 @@ IP_PATH = ../../../../ip BEHAVIOURAL_MODELS = ../../ -GCC_PATH?=/Users/dan.rodrigues/opt/riscv-none-embed-gcc/8.3.0-1.1/bin -# GCC_PREFIX?=riscv32-unknown-elf -# PDK_PATH?=/ef/tech/SW/sky130A - -GCC_PREFIX=riscv-none-embed -PDK_PATH?=/Users/dan.rodrigues/hw/sky130A +GCC_PATH?=/ef/apps/bin +GCC_PREFIX?=riscv32-unknown-elf +PDK_PATH?=/ef/tech/SW/sky130A .SUFFIXES: @@ -32,7 +29,7 @@ %.hex: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O verilog $< $@ # to fix flash base address - gsed -i 's/@10000000/@00000000/g' $@ + sed -i 's/@10000000/@00000000/g' $@ %.bin: %.elf ${GCC_PATH}/${GCC_PREFIX}-objcopy -O binary $< /dev/stdout | tail -c +1048577 > $@