Doc changes

This commit is contained in:
Hansung Kim
2024-06-09 13:41:00 -07:00
parent 12f8722dd5
commit 874a3bf194
3 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
`ifndef VX_PLATFORM_VH
`define VX_PLATFORM_VH
// synthesis only
// enable synthesizable build if SIMULATION not explicitly defined
`ifndef SIMULATION
`define SYNTHESIS
`define NDEBUG

View File

@@ -66,6 +66,7 @@ module VX_smem_unit import VX_gpu_pkg::*; #(
.req_valid (smem_req_valid),
.req_rw (smem_req_rw),
.req_byteen (smem_req_byteen),
// FIXME: synthesis complains undriven when USE_EXTERNAL_SMEM
.req_addr (smem_req_addr),
.req_data (smem_req_data),
.req_tag (smem_req_tag),

View File

@@ -232,7 +232,7 @@ module VX_tensor_core_warp import VX_gpu_pkg::*; #(
// this shouldn't really happen unless there's a big contention over
// the commit stage
`RUNTIME_ASSERT(!(!reset && metadata_queue_full), ("tensor core uop queue is full!"));
`RUNTIME_ASSERT(!(!reset && metadata_queue_full), ("tensor core uop queue is full!"))
// unlike execute which can be interleaved between warps, commit is
// serialized and completed one-warp-by-warp, therefore we only need to