From ba650ee0ab6c8e4b9f9d811b07afbc7dce39d95e Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Wed, 5 Aug 2020 08:38:23 +0200 Subject: [PATCH] changed to remove error in simulation --- libraries/technology/jesd204b/tb_tech_jesd204b.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/technology/jesd204b/tb_tech_jesd204b.vhd b/libraries/technology/jesd204b/tb_tech_jesd204b.vhd index 500d94b4c8..adcdb65460 100644 --- a/libraries/technology/jesd204b/tb_tech_jesd204b.vhd +++ b/libraries/technology/jesd204b/tb_tech_jesd204b.vhd @@ -373,7 +373,7 @@ BEGIN ------------------------------------------------------------------------------ proc_read_avs_regs : PROCESS BEGIN - wait for 100ns; + wait for 100 ns; avs_address(0) <= (others => '0'); avs_chipselect(0) <= '0'; avs_read(0) <= '0'; -- GitLab