Moved the zero stage boot loader to the fpga directory.

This commit is contained in:
Rose Thompson 2024-03-01 10:23:55 -06:00
parent e72880fd89
commit 60f96112db
11 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ ROOT := ..
LIBRARY_DIRS := LIBRARY_DIRS :=
LIBRARY_FILES := LIBRARY_FILES :=
MARCH :=-march=rv64imfdc MARCH :=-march=rv64imfdc_zifencei
MABI :=-mabi=lp64d MABI :=-mabi=lp64d
LINK_FLAGS :=$(MARCH) $(MABI) -nostartfiles LINK_FLAGS :=$(MARCH) $(MABI) -nostartfiles
LINKER :=linker.x LINKER :=linker.x

View File

@ -94,5 +94,5 @@ end_of_bios:
.globl _dtb .globl _dtb
.align 4, 0 .align 4, 0
_dtb: _dtb:
.incbin "wally-vcu118.dtb" #.incbin "wally-vcu118.dtb"

View File

@ -1,7 +1,7 @@
/////////////////////////////////////////// ///////////////////////////////////////////
// SDC.sv // SDC.sv
// //
// Written: Ross Thompson September 25, 2021 // Written: Rose Thompson September 25, 2021
// Modified: // Modified:
// //
// Purpose: driver for sdc reader. // Purpose: driver for sdc reader.