aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@leaflabs.com>2013-03-10 18:59:48 -0400
committerbryan newbold <bnewbold@leaflabs.com>2013-03-10 18:59:48 -0400
commit039cc87ffdd5889083e2c834b07fe367554fc8eb (patch)
tree672e006a3c9b2ca5af20acd096fb577238aeac5e /README
parent0754c0f771c51d48107c5c96d79a512ce56cce0a (diff)
downloadbasic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.tar.gz
basic-hdl-template-039cc87ffdd5889083e2c834b07fe367554fc8eb.zip
add basic gitignore
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 00e6343..9e5a5ad 100644
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ everything a can where things will still build.
Build a bitstream (to upload to an FPGA, preconfigured as Spartan 6 chip in one
of the conf files) via:
-.synth_project/make.sh
+./synth_project/make.sh
the toplevel ucf (constraints mapping netlist objects from the verilog
compilation to hardware resources, and place and routing and timing constraints)
@@ -31,4 +31,4 @@ signals from your design that are saves in the wcfg.
./testbench/tb.v is the toplevel testbench file for simulation.
-Please improve and push! \ No newline at end of file
+Please improve and push!