You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This vendors a newer version of OT prim FIFO IP. The new version has a single
core file for both async and sync FIFOs, and port names are changed.
Signed-off-by: Gary Guo <gary@garyguo.net>
-comment "The pointer value width is determined. Remove the casting for readability"
32
+
waive -rules USE_BEFORE_DECL -location {prim_fifo_async_sram_adapter.sv} -msg {'dec2gray' is referenced before its declaration at prim_fifo_async_sram_adapter.sv} \
33
+
-comment "dec2gray is a function defined towards the end of the file."
34
+
waive -rules USE_BEFORE_DECL -location {prim_fifo_async_sram_adapter.sv} -msg {'gray2dec' is referenced before its declaration at prim_fifo_async_sram_adapter.sv} \
35
+
-comment "gray2dec is a function defined towards the end of the file."
0 commit comments