minor update

This commit is contained in:
Blaise Tine 2021-07-27 00:30:10 -07:00
parent 050fadb7ac
commit 7807e285ac
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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"