OvErFlO
Full Member level 3
I have a problem, I have design a project in VHDL, this project use a SRAM, but the functional module of SRAM is in verilog.It's possibles recall verilog module in VHDL ?
I have try to traslate verilog code to VHDL with XHDL, but it insert in vhdl code more unknow function like :
HASH( )
WRITE ( )
TO_STRING
TO_INTEGER
and more error, like :
No feasible entries for infix operator "<".
Type error resolving infix expression "<".
It's possible use another way ?
thanks
I have try to traslate verilog code to VHDL with XHDL, but it insert in vhdl code more unknow function like :
HASH( )
WRITE ( )
TO_STRING
TO_INTEGER
and more error, like :
No feasible entries for infix operator "<".
Type error resolving infix expression "<".
It's possible use another way ?
thanks