3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-05 01:27:43 +00:00

Updates for hiding verific

This commit is contained in:
Akash Levy 2024-04-09 07:16:22 -07:00
parent 0fa8098ff4
commit 29e9d3ea92
6 changed files with 56 additions and 56 deletions

View file

@ -1,4 +1,4 @@
verific -sv <<EOF
import -sv <<EOF
module rom(input clk, input [2:0] addr, (* ram_style = "block" *) output reg [7:0] data);
always @(posedge clk) begin
@ -30,7 +30,7 @@ select -assert-count 1 t:RAM_BLOCK_SDP
design -reset
verific -vhdl <<EOF
import -vhdl <<EOF
library IEEE;
use IEEE.std_logic_1164.all;
use ieee.std_logic_unsigned.all;