Is there a way to use IP cores directly in code (VHDL/Verilog) instead of placing them into Block Design (graphical user interface) ?
May I ask for an example with Floating Point Operator (in VHDL/Verilog) ? How to initialize it (settings of the core) ? (because the IP core can be set to provide different operations)
The reason:
- compact code (without the need to switch between code and graphical user interface / Block Design)
- less work
- Block Design is utilized just for top view