mirror of
https://github.com/SpinalHDL/VexRiscv.git
synced 2025-01-03 03:43:39 -05:00
5b8febb977
This reverts commit c01c256757
.
Fix dBusCachedPlugin relaxedMemoryTranslationRegister when mmu translation is done in the execute stage
9 lines
197 B
Bash
Executable file
9 lines
197 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#cannot rm build because it erase software images that the make file copy there
|
|
#rm -rf ./build
|
|
|
|
mkdir ./build
|
|
|
|
cd ./build
|
|
vivado -mode batch -source ../make_vivado_project.tcl -notrace
|