Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Most likely, no code will be rewritten. In VHDL simulation, a testbench is placed around the top entity of the tested code, interfacing it's ports. The testbench code is used only in simulation, it can contain all kinds of nonsynthesizable VHDL elements, e.g. textio, real numbers and similar. I have testbenches, where analog signals in a process are modelled through difference equations, generating simulated ADC signals that are send to the simulated code.and then non-synthesizables code would be rewritten to make it synthesizable?