mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
minor update
This commit is contained in:
parent
050fadb7ac
commit
7807e285ac
2 changed files with 1 additions and 3 deletions
2
hw/rtl/cache/VX_miss_resrv.v
vendored
2
hw/rtl/cache/VX_miss_resrv.v
vendored
|
@ -150,8 +150,6 @@ module VX_miss_resrv #(
|
|||
assert(!full_r);
|
||||
end else if (restore) begin
|
||||
assert(!schedule);
|
||||
end else if (dequeue) begin
|
||||
assert(head_ptr != schedule_ptr);
|
||||
end
|
||||
|
||||
if (push_new) begin
|
||||
|
|
|
@ -7,7 +7,7 @@ POCL_RT_PATH ?= /opt/pocl/runtime
|
|||
OPTS ?= filelist.txt
|
||||
|
||||
VORTEX_DRV_PATH ?= $(realpath ../../../driver)
|
||||
VORTEX_RT_PATH ?= $(realpath ../../../runtime)
|
||||
VORTEX_RT_PATH ?= $(realpath ../../../runtime)
|
||||
|
||||
K_LLCFLAGS += "-O3 -march=riscv32 -target-abi=ilp32f -mcpu=generic-rv32 -mattr=+m,+f -float-abi=hard -code-model=small"
|
||||
K_CFLAGS += "-v -O3 --sysroot=$(SYSROOT) --gcc-toolchain=$(RISCV_TOOLCHAIN_PATH) -march=rv32imf -mabi=ilp32f -I$(VORTEX_RT_PATH)/include -fno-rtti -fno-exceptions -ffreestanding -nostartfiles -fdata-sections -ffunction-sections"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue