Added screenshots for documentation.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,10 +8,10 @@
|
||||
!*.ucf
|
||||
!*.vhd
|
||||
!*.sch
|
||||
!*.gise
|
||||
!*.xise
|
||||
!*.jhd
|
||||
!*.wcfg
|
||||
!*.filter
|
||||
!*/
|
||||
!documentation/*
|
||||
!screenshots/*
|
||||
|
||||
13
iseconfig/filter.filter
Normal file
13
iseconfig/filter.filter
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- -->
|
||||
<!--This is an internal file that has been generated by the Xilinx ISE software. Any direct -->
|
||||
<!--editing of this file may result in data corruption or in unpredictable behavior. It is strongly -->
|
||||
<!--advised that users do not directly edit the contents of this file. -->
|
||||
<!-- -->
|
||||
<filters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation='filter.xsd'>
|
||||
<filter task="xst" file="Xst" num="1293" type="warning"><arg index="1">ret_state_8</arg><arg index="2">0</arg><arg index="3">lcd_driver</arg></filter>
|
||||
<filter task="xst" file="Xst" num="1896" type="warning"><arg index="1">ret_state_6</arg><arg index="2">0</arg><arg index="3">lcd_driver</arg></filter>
|
||||
<filter task="xst" file="Xst" num="643" type="warning"><arg index="1" match_type="wildcard">/home/timo/workspace/vhdl-yasg/controller.vhd</arg><arg index="2" match_type="wildcard">169</arg><arg index="3" match_type="wildcard">*</arg><arg index="4" match_type="wildcard">*</arg><arg index="5" match_type="wildcard">17</arg></filter>
|
||||
<filter task="xst" file="Xst" num="1896" type="warning"><arg index="1">ret_state_7</arg><arg index="2">0</arg><arg index="3">lcd_driver</arg></filter>
|
||||
<filter task="xst" file="Xst" num="1293" type="warning"><arg index="1">ret_state_reg_0</arg><arg index="2">0</arg><arg index="3">controller</arg></filter>
|
||||
<filter task="xst" file="Xst" num="1293" type="warning"><arg index="1">lcd_data_reg_7</arg><arg index="2">0</arg><arg index="3">controller</arg></filter>
|
||||
</filters>
|
||||
@@ -76,6 +76,7 @@
|
||||
<property xil_pn:name="Auto Implementation Top" xil_pn:value="false" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Device" xil_pn:value="xc3s700an" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Device Family" xil_pn:value="Spartan3A and Spartan3AN" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Enable Message Filtering" xil_pn:value="true" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Evaluation Development Board" xil_pn:value="Spartan-3AN Starter Kit" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Implementation Top" xil_pn:value="Module|toplevel" xil_pn:valueState="non-default"/>
|
||||
<property xil_pn:name="Implementation Top File" xil_pn:value="toplevel.sch" xil_pn:valueState="non-default"/>
|
||||
|
||||
Reference in New Issue
Block a user