trayres

Results 4 issues of trayres

`signal douta_ram0 : std_logic_vector(31 downto 0) := 32D"0";` Lines like this return: > syntax error, unexpected NAME at "D" in line 82. Is there a way to handle the VHDL-2008...

``` //----------------------------------------------------------------------------------------------------- // This code was generated by the Wmi Delphi Code Creator (WDCC) Version 1.9.9.350 // http://code.google.com/p/wmi-delphi-code-creator/ // Blog http://theroadtodelphi.wordpress.com/wmi-delphi-code-creator/ // Author Rodrigo Ruz V. (RRUZ) Copyright (C) 2011-2015...

Hi everyone, I'd like to walk through the process of activating a certain src/dst pip connection manually to get a better feel for what the tool is doing. To do...

attribute ASYNC_REG : string; attribute ASYNC_REG of SYNCHRO_FF_0 : signal is "true"; attribute ASYNC_REG of SYNCHRO_FF_1 : signal is "true"; Causes vhd2vl to barf. Not sure how a fix would...