Forum Discussion
That's right need to make(Generate) "slave_bfm_sopc.v" file.
as far as i know.. "slave_bfm_sopc.v" file is output of the Sopcbuilder.
But i cannot find Step to Generate
- Such as Generate SopcBuilder,
- Open SopcBuilder
- how to design SopcBuilder
(open "slave_bfm_sopc.sopc" files, there nothings..)
as u can see slave_bfm_sopc.sopc files..
only figure out some clue..
- clk_0 = 50Mhz
- device : STRATIXII
- Software : Quartus 9.1 Version
- Project Name(file) : slave_bfm_project.qpf
output files : Verilog
---------- slave_bfm_sopc.sopc ------Start ----
<?xml version="1.0" encoding="UTF-8"?>
<system name="slave_bfm_sopc">
<parameter name="bonusData"><![CDATA[bonusData
{
element clk_0
{
datum _sortIndex
{
value = "0";
type = "int";
}
}
element slave_bfm_sopc
{
}
}
]]></parameter>
<parameter name="deviceFamily" value="STRATIXII" />
<parameter name="generateLegacySim" value="false" />
<parameter name="hardcopyCompatible" value="false" />
<parameter name="hdlLanguage" value="VERILOG" />
<parameter name="projectName">slave_bfm_project.qpf</parameter>
<parameter name="systemHash" value="-1624089005" />
<parameter name="timeStamp" value="1253262866138" />
<module name="clk_0" kind="clock_source" version="9.1" enabled="1">
<parameter name="clockFrequency" value="50000000" />
<parameter name="clockFrequencyKnown" value="true" />
</module>
</system>
---------- slave_bfm_sopc.sopc ------End ----
To run the simulation, follow these steps:
1. Start the ModelSim-Altera software.
2. On the File menu, click Change Directory.
3. Navigate to
<working_directory>\ug_avalon_verification\sopc_builder\tutorial_slave_bfm
and click OK.
4. On the Compile menu, click Compile Options.
5. Click the Select Verilog & SystemVerilog tab.
6. In the Language Syntax box, select Use SystemVerilog and click OK.
7. Click Load on the File menu to open the Modelsim script file, script.do.
The script file creates a new working library, compiles all source files, runs
simulation, and loads signals into the Modelsim wave viewer.
So now you were not able to generate slave_bfm_sopc.sopc?