minor update
This commit is contained in:
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);
|
assert(!full_r);
|
||||||
end else if (restore) begin
|
end else if (restore) begin
|
||||||
assert(!schedule);
|
assert(!schedule);
|
||||||
end else if (dequeue) begin
|
|
||||||
assert(head_ptr != schedule_ptr);
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if (push_new) begin
|
if (push_new) begin
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ POCL_RT_PATH ?= /opt/pocl/runtime
|
|||||||
OPTS ?= filelist.txt
|
OPTS ?= filelist.txt
|
||||||
|
|
||||||
VORTEX_DRV_PATH ?= $(realpath ../../../driver)
|
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_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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user