Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- I need single transaction and slave AHB IP. --- Quote End --- This should be very simple to implement. Start out by creating a simple 'register' design with an Avalon-MM interface. Import that design into SOPC Builder so that you can get the _hw.tcl file needed for the interface. Then the component can be used from within SOPC builder. Use the Verification IP suite (Avalon-MM master BFM) to test reads and writes, i.e., create an SOPC system with an Avalon-MM master BFM and your new component. Then test is using Modelsim. The Avalon-MM BFM uses SystemVerilog, so your component will need to be in verilog if you are using the free Modelsim-Altera Edition. If you have Modelsim full-edition, then mixed simulation works fine (I use it for VHDL components). Then you can try to create your AMB interface. Cheers, Dave