Nic30 / hwt

VHDL/Verilog/SystemC code generator, simulator API written in python/c++
MIT License
194 stars 26 forks source link

Instantiate VHDL or Verilog IPs as black-boxes #43

Open jesseclin opened 4 months ago

jesseclin commented 4 months ago

Hi Nic30:

Is it possible to instantiate a VHDL or Verilog IP as a black-box component like Spinalhdl? Thanks.

Nic30 commented 4 months ago

Hello @jesseclin ,

there are multiple ways how to do it depending on what exactly you need.

jesseclin commented 4 months ago

Hi Nic30:

We need to include some mixed-signal behavioral models in our design, and the first way you mentioned should be OK for our purpose.

However, we are still curious about the second suggestion, so please provide an example to illustrate it if possible—many thanks.