Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Jan 26, 2022
1 parent 177f411 commit 9722cf8
Show file tree
Hide file tree
Showing 70 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ install:
$(CC) install/mkfs.c -o $(BUILD_DIR)/mkfs
cd install; ./mkfs
@echo "--------------- Create the Bootrom Image --------------"
@echo "[Note] Require vivado_lab in your \$$PATH. Otherwise, you can execute the command in install/arty/write_cfgmem.tcl manually in Vivado."
cd install; vivado_lab -nojournal -mode batch -source arty/write_cfgmem.tcl; rm *.log *.prm
@echo "[Note] Require vivado_lab in your \$$PATH. Otherwise, you can execute the command in install/arty_board/write_cfgmem.tcl manually in Vivado."
cd install; vivado_lab -nojournal -mode batch -source arty_board/write_cfgmem.tcl; rm *.log *.prm
srec_info install/egos_bootROM.mcs -Intel

loc:
Expand Down Expand Up @@ -57,7 +57,7 @@ INCLUDE = -Ishared/include
CFLAGS = -march=rv32imac -mabi=ilp32 -mcmodel=medlow
CFLAGS += -ffunction-sections -fdata-sections

ARTY_FLAGS = -Linstall/arty -Iinstall/arty
ARTY_FLAGS = -Linstall/arty_board -Iinstall/arty_board
LDFLAGS = -Wl,--gc-sections -nostartfiles -nostdlib

DEFAULT_LDLIBS = -lc -lgcc
Expand Down
1 change: 0 additions & 1 deletion install/arty/write_cfgmem.tcl

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions install/arty_board/write_cfgmem.tcl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
write_cfgmem -format mcs -interface spix4 -size 16 -loadbit {up 0x0 arty_board/fe310_arty.bit} -loaddata {up 0x400000 earth.bin up 0x800000 disk.img} -file egos_bootROM.mcs -force

0 comments on commit 9722cf8

Please sign in to comment.