Compare commits
2 Commits
f6d43e003a
...
def7e9c9c4
Author | SHA1 | Date |
---|---|---|
Ivan I. Ovchinnikov | def7e9c9c4 | |
Ivan I. Ovchinnikov | edd4b417d3 |
|
@ -32,3 +32,5 @@ synopsys/
|
||||||
!/build/*.pdf
|
!/build/*.pdf
|
||||||
!/build/tikz*.sty
|
!/build/tikz*.sty
|
||||||
|
|
||||||
|
|
||||||
|
!/Top/software/semafor/obj/default/runtime/sim/mentor/wave.do
|
|
@ -1,11 +1,11 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<EnsembleReport name="niosII" kind="niosII" version="1.0" fabric="QSYS">
|
<EnsembleReport name="niosII" kind="niosII" version="1.0" fabric="QSYS">
|
||||||
<!-- Format version 18.1 625 (Future versions may contain additional information.) -->
|
<!-- Format version 18.1 625 (Future versions may contain additional information.) -->
|
||||||
<!-- 2022.10.24.18:25:23 -->
|
<!-- 2022.10.31.15:36:09 -->
|
||||||
<!-- A collection of modules and connections -->
|
<!-- A collection of modules and connections -->
|
||||||
<parameter name="AUTO_GENERATION_ID">
|
<parameter name="AUTO_GENERATION_ID">
|
||||||
<type>java.lang.Integer</type>
|
<type>java.lang.Integer</type>
|
||||||
<value>1666621523</value>
|
<value>1667216169</value>
|
||||||
<derived>false</derived>
|
<derived>false</derived>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
<visible>false</visible>
|
<visible>false</visible>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<project>
|
<project>
|
||||||
<configuration id="preference.org.eclipse.cdt.managedbuilder.core.configurationDataProvider.1595682672" name="Nios II">
|
<configuration id="preference.org.eclipse.cdt.managedbuilder.core.configurationDataProvider.1595682672" name="Nios II">
|
||||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||||
<provider class="com.altera.sbtgui.project.importer.Nios2GCCBuiltinSpecsDetector" console="false" env-hash="1089225399946275972" id="altera.tool.Nios2GCCBuiltinSpecsDetector" keep-relative-paths="false" name="Nios II GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.altera.sbtgui.project.importer.Nios2GCCBuiltinSpecsDetector" console="false" env-hash="396483926927256637" id="altera.tool.Nios2GCCBuiltinSpecsDetector" keep-relative-paths="false" name="Nios II GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
Binary file not shown.
|
@ -0,0 +1,64 @@
|
||||||
|
onerror {resume}
|
||||||
|
quietly WaveActivateNextPane {} 0
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/d_address
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/d_byteenable
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/cpu/d_read
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/d_readdata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/cpu/d_waitrequest
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/cpu/d_write
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/d_writedata
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/i_address
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/cpu/i_read
|
||||||
|
add wave -noupdate -radix hexadecimal /niosII_tb/niosii_inst/cpu/i_readdata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/cpu/i_waitrequest
|
||||||
|
add wave -noupdate -divider sem
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/clk
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/clrn
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ctl_wr
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ctl_rd
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ctl_addr
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ctl_wrdata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ctl_rddata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ram_wr
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ram_addr
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/ram_wrdata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/train
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/red
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/yellow
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/green
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/run
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/divider
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/divisor
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/contr
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/colors
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/cntdiv
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/sem/enacnt
|
||||||
|
add wave -noupdate -divider jtag
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_irq
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_readdata
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_waitrequest
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_address
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_chipselect
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_read_n
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_write_n
|
||||||
|
add wave -noupdate /niosII_tb/niosii_inst/jtag_uart/av_writedata
|
||||||
|
TreeUpdate [SetDefaultTree]
|
||||||
|
WaveRestoreCursors {{Cursor 1} {22 ps} 0}
|
||||||
|
quietly wave cursor active 1
|
||||||
|
configure wave -namecolwidth 275
|
||||||
|
configure wave -valuecolwidth 100
|
||||||
|
configure wave -justifyvalue left
|
||||||
|
configure wave -signalnamewidth 0
|
||||||
|
configure wave -snapdistance 10
|
||||||
|
configure wave -datasetprefix 0
|
||||||
|
configure wave -rowmargin 4
|
||||||
|
configure wave -childrowmargin 2
|
||||||
|
configure wave -gridoffset 0
|
||||||
|
configure wave -gridperiod 1
|
||||||
|
configure wave -griddelta 40
|
||||||
|
configure wave -timeline 0
|
||||||
|
configure wave -timelineunits ns
|
||||||
|
update
|
||||||
|
WaveRestoreZoom {0 ps} {662 ps}
|
||||||
|
|
||||||
|
run 800us
|
|
@ -2,7 +2,7 @@
|
||||||
<project>
|
<project>
|
||||||
<configuration id="preference.org.eclipse.cdt.managedbuilder.core.configurationDataProvider.283370529" name="Nios II">
|
<configuration id="preference.org.eclipse.cdt.managedbuilder.core.configurationDataProvider.283370529" name="Nios II">
|
||||||
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
|
||||||
<provider class="com.altera.sbtgui.project.importer.Nios2GCCBuiltinSpecsDetector" console="false" env-hash="1089225399946275972" id="altera.tool.Nios2GCCBuiltinSpecsDetector" keep-relative-paths="false" name="Nios II GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
<provider class="com.altera.sbtgui.project.importer.Nios2GCCBuiltinSpecsDetector" console="false" env-hash="396483926927256637" id="altera.tool.Nios2GCCBuiltinSpecsDetector" keep-relative-paths="false" name="Nios II GCC Built-in Compiler Settings" parameter="${COMMAND} ${FLAGS} -E -P -v -dD "${INPUTS}"" prefer-non-shared="true">
|
||||||
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
<language-scope id="org.eclipse.cdt.core.gcc"/>
|
||||||
<language-scope id="org.eclipse.cdt.core.g++"/>
|
<language-scope id="org.eclipse.cdt.core.g++"/>
|
||||||
</provider>
|
</provider>
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<sch:Settings xmlns:sch="http://www.altera.com/embeddedsw/bsp/schema">
|
<sch:Settings xmlns:sch="http://www.altera.com/embeddedsw/bsp/schema">
|
||||||
<BspType>hal</BspType>
|
<BspType>hal</BspType>
|
||||||
<BspVersion>default</BspVersion>
|
<BspVersion>default</BspVersion>
|
||||||
<BspGeneratedTimeStamp>24.10.2022 23:23:55</BspGeneratedTimeStamp>
|
<BspGeneratedTimeStamp>31.10.2022 15:40:20</BspGeneratedTimeStamp>
|
||||||
<BspGeneratedUnixTimeStamp>1666639435860</BspGeneratedUnixTimeStamp>
|
<BspGeneratedUnixTimeStamp>1667216420635</BspGeneratedUnixTimeStamp>
|
||||||
<BspGeneratedLocation>C:\Software\FPGA\iu3-31m\Lab2\Top\software\semafor_bsp</BspGeneratedLocation>
|
<BspGeneratedLocation>C:\Software\FPGA\iu3-31m\Lab2\Top\software\semafor_bsp</BspGeneratedLocation>
|
||||||
<BspSettingsFile>settings.bsp</BspSettingsFile>
|
<BspSettingsFile>settings.bsp</BspSettingsFile>
|
||||||
<SopcDesignFile>..\..\niosII.sopcinfo</SopcDesignFile>
|
<SopcDesignFile>..\..\niosII.sopcinfo</SopcDesignFile>
|
||||||
|
|
|
@ -22,10 +22,10 @@
|
||||||
<td width="20%" bgcolor="#77BBFF">BSP Version:</td><td>default</td>
|
<td width="20%" bgcolor="#77BBFF">BSP Version:</td><td>default</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr mode="wrap">
|
<tr mode="wrap">
|
||||||
<td width="20%" bgcolor="#77BBFF">BSP Generated On:</td><td>24.10.2022 23:23:55</td>
|
<td width="20%" bgcolor="#77BBFF">BSP Generated On:</td><td>31.10.2022 15:40:20</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr mode="wrap">
|
<tr mode="wrap">
|
||||||
<td width="20%" bgcolor="#77BBFF">BSP Generated Timestamp:</td><td>1666639435860</td>
|
<td width="20%" bgcolor="#77BBFF">BSP Generated Timestamp:</td><td>1667216420635</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr mode="wrap">
|
<tr mode="wrap">
|
||||||
<td width="20%" bgcolor="#77BBFF">BSP Generated Location:</td><td>C:\Software\FPGA\iu3-31m\Lab2\Top\software\semafor_bsp</td>
|
<td width="20%" bgcolor="#77BBFF">BSP Generated Location:</td><td>C:\Software\FPGA\iu3-31m\Lab2\Top\software\semafor_bsp</td>
|
||||||
|
|
Loading…
Reference in New Issue