Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Jul 27, 2021
1 parent 050fadb commit 7807e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions hw/rtl/cache/VX_miss_resrv.v
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/opencl/nearn/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7807e28

Please sign in to comment.