Commit fac67f6c authored by Andrey Filippov's avatar Andrey Filippov

reformatting README.md

parent 39476297
...@@ -20,8 +20,8 @@ recognize some statements in the *.xcf constraints file (I had to rename origina ...@@ -20,8 +20,8 @@ recognize some statements in the *.xcf constraints file (I had to rename origina
4. Attempt to try old parser (Suggested by XST itself as the new parser is not the default for 4. Attempt to try old parser (Suggested by XST itself as the new parser is not the default for
the Spartan 3e): the Spartan 3e):
``` ```
WARNING:Xst:3152 - You have chosen to run a version of XST which is not the default solution WARNING:Xst:3152 - You have chosen to run a version of XST which is not the default
for the specified device family. You are free to use it in order to take solution for the specified device family. You are free to use it in order to take
advantage of its enhanced HDL parsing/elaboration capabilities. However, advantage of its enhanced HDL parsing/elaboration capabilities. However,
please be aware that you may be impacted by language support differences. please be aware that you may be impacted by language support differences.
This version may also result in circuit performance and device utilization This version may also result in circuit performance and device utilization
...@@ -57,8 +57,8 @@ So we will need to find a way how to replace lines in the *xst file that cause e ...@@ -57,8 +57,8 @@ So we will need to find a way how to replace lines in the *xst file that cause e
``` ```
``` ```
ERROR:Xst:1888 - Processing TIMEGRP CPU_ADDR: User group 'pads("A<*>")' defined from other ERROR:Xst:1888 - Processing TIMEGRP CPU_ADDR: User group 'pads("A<*>")' defined from
user group pattern not supported. other user group pattern not supported.
``` ```
Even Google does not know what to do about this Xilinx XST feature: No results found for "ERROR:Xst:1888". Even Google does not know what to do about this Xilinx XST feature: No results found for "ERROR:Xst:1888".
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment