Tim Ansell
6bc126b033
Merge pull request #97 from unixb0y/master
...
Added database development process to FAQ
2018-02-19 14:38:17 -08:00
Davide
ad4580d8ed
Changed folder name for the 'database development process' of the docs and updated the index.rst page accordingly.
...
Also a few minor changes as requested by @mithro regarding the content itself and rearranged the paragraphs.
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-19 22:10:09 +01:00
Davide
f2fb1fd145
added database development process to FAQ
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-19 17:21:46 +01:00
Tim Ansell
1d33970cde
Merge pull request #96 from unixb0y/master
...
Fixed Bullet Point Lists in README.md files
2018-02-17 20:02:13 -08:00
Davide
7f6f50f3d8
Merge remote-tracking branch 'upstream/master'
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-18 03:07:34 +01:00
Davide
7e47ae4a51
Fixed Bullet Point Lists in README.md files
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-18 03:02:33 +01:00
Clifford Wolf
d2979d77eb
Merge pull request #92 from SymbiFlow/tilegrid-ng
...
Tilegrid changes for BRAM and DSP tiles
2018-02-15 14:38:52 +01:00
Tim Ansell
563b54304a
Merge pull request #94 from unixb0y/master
...
Fixed the newly renamed README.md files
2018-02-14 07:57:29 -08:00
Clifford Wolf
1ec9706398
Update python script formatting
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-14 13:41:24 +01:00
Clifford Wolf
5b74b282c2
Merge branch 'master' of github.com:SymbiFlow/prjxray into tilegrid-ng
2018-02-14 13:38:39 +01:00
Davide
73b1e27f78
Added tags for headers, subheaders and structured README files a bit
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-14 12:24:18 +01:00
John McMaster
1b7bb89295
Merge pull request #95 from mcmasterg/ndi1mux_slicem
...
ndi1mux: dont add to slicel
2018-02-13 17:02:19 -08:00
John McMaster
dff0413a68
ndi1mux: dont add to slicel
...
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
2018-02-13 16:55:14 -08:00
Davide
6a73dea0b6
Fixed merge conflict
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-14 01:05:49 +01:00
Tim Ansell
6fe77dedae
Merge pull request #76 from mithro/master
...
Rename flip-flop muxes to make Vivado GUI names.
2018-02-13 10:49:33 -08:00
Tim 'mithro' Ansell
21a33e50a1
Fix wrapping.
...
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-02-13 10:29:43 -08:00
Tim 'mithro' Ansell
cf64309ee3
Make n5FFMUX match Vivado GUI.
...
CLBLL_L.SLICEL_X0.D5FF.MUX.A -> CLBLL_L.SLICEL_X0.D5FFMUX.IN_A
CLBLL_L.SLICEL_X0.D5FF.MUX.B -> CLBLL_L.SLICEL_X0.D5FFMUX.IN_B
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-02-13 10:29:43 -08:00
Tim 'mithro' Ansell
90ec237f56
Fixing htmlgen for name changes.
...
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-02-13 10:29:43 -08:00
Tim 'mithro' Ansell
10e2cd6cab
Rename flip-flop muxes to make Vivado GUI names.
...
CLBLL_L.SLICEL_X0.AFF.DMUX -> CLBLL_L.SLICEL_X0.AFFMUX
CLBLL_L.SLICEL_X0.AMUX -> CLBLL_L.SLICEL_X0.AOUTMUX
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
2018-02-13 10:29:43 -08:00
Tim Ansell
284953c044
Merge pull request #91 from unixb0y/master
...
Renamed all README.txt files to README.md
2018-02-13 10:26:14 -08:00
Clifford Wolf
8325eb0aae
Big htmlgen.py rewrite for new tilegrid fromat
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-13 17:14:54 +01:00
Clifford Wolf
78c8f6b4ce
Remove now obsolete "segment" attribute in tile objects in tilegrid
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-13 17:14:28 +01:00
Davide
46c1eef15b
renamed all README.txt files to README.md
...
Signed-off-by: Davide <davide.toldo@stud.tu-darmstadt.de>
2018-02-13 17:00:04 +01:00
Tim Ansell
708622365b
Merge pull request #78 from kc8apf/docker_db_builder
...
Docker-based db builder
2018-02-09 07:49:22 -08:00
Rick Altherr
aab6bd760b
Merge pull request #84 from kc8apf/arch_docs
...
docs: low-level configuration details
2018-02-07 14:55:43 -08:00
Rick Altherr
d287de935a
Merge pull request #72 from kc8apf/xc7patch_emit_init_final_seq
...
Replace init/final sequence hacks with less hacky solution
2018-02-07 14:51:52 -08:00
Rick Altherr
e6a3bdc0ed
docs: configuration addressing section and rough notes for others
...
Describes how frame addressing relates to physical chip structure. Rough
notes on how frames are loaded into the device and the packet format
used to operate that state machine.
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-07 14:50:52 -08:00
Rick Altherr
0970edb384
docs: Make target for live reloading during editing
...
Target starts sphinx-autobuild which watches the source files and
rebuilds the output on writes. Output is served via a local HTTP server
that injects code to refresh the page when a new version is available.
Saving a source file triggers the browser to reload the page generated.
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-07 14:36:54 -08:00
Rick Altherr
d5c9bcabdb
Add sphinx modules needed for docs to PIP requirements file
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-07 14:36:54 -08:00
Rick Altherr
6d94787fa2
Merge pull request #82 from kc8apf/arch_docs
...
docs: Fix poor grammar
2018-02-06 13:15:01 -08:00
Clifford Wolf
0f67fcf1d2
Make tilegrid["tiles"] the tilegrid top-level object
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06 20:12:50 +01:00
Rick Altherr
13a44b273d
docs: Fix poor grammar
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-06 10:48:27 -08:00
Clifford Wolf
27a0b4836c
Add 100-dsp-mskpat fuzzer
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06 17:57:52 +01:00
Clifford Wolf
5c527e89ba
Add run.ok files to .gitignore
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06 17:57:52 +01:00
Clifford Wolf
09e6426533
Fix dsp and bram mask generation
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-06 17:57:52 +01:00
Rick Altherr
7b81b6734b
Google Cloud Builder configuration for database generation
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:37 -08:00
Rick Altherr
f4ddb607cb
Dockerfile for building database from scratch
...
Runs all fuzzers to construct a database from scratch. Raw and HTML
versions of database are packaged into a docker image that serves the
files via nginx.
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:36 -08:00
Rick Altherr
5d103c0498
Makefile rules for generating complete databases
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:35 -08:00
Rick Altherr
47811acccd
Top-level clean target
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:33 -08:00
Rick Altherr
7980e069dd
Rename 'make go' to 'make build'
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:32 -08:00
Rick Altherr
d1ea210dba
Tweak .gitignore so database settings.sh is tracked
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-05 17:51:20 -08:00
Rick Altherr
02161de03c
Merge pull request #75 from kc8apf/arch_docs
...
Start of 7-series architecture documentation
2018-02-05 17:18:53 -08:00
Rick Altherr
beb8e0bcf9
docs: overview of 7-Series architecture
...
Describes the top-level physical structure.
Signed-off-by: Rick Altherr <raltherr@google.com>
2018-02-05 17:14:27 -08:00
Rick Altherr
dd5305a271
docs: Define some terms
...
Tried to merge definitions from wiki/Glossary and my understandings of
terms related to architecture and configuration.
Signed-off-by: Rick Altherr <raltherr@google.com>
2018-02-05 17:14:27 -08:00
Rick Altherr
1fc306b147
docs: Initial setup for Sphinx-based documentation
...
Signed-off-by: Rick Altherr <raltherr@google.com>
2018-02-05 17:14:27 -08:00
Clifford Wolf
93d61a3297
Transition segmaker and fuzzers to new tilegrid format
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-05 12:48:28 +01:00
Clifford Wolf
ff56e49dfe
Add baseaddr, offset, and height to tiles in tilegrid.json
...
Signed-off-by: Clifford Wolf <clifford@clifford.at>
2018-02-05 12:48:22 +01:00
Rick Altherr
d5a6726e30
minitests: roi_harness: Remove init/final sequence hacks
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-01 14:34:31 -08:00
Rick Altherr
ad150af4df
minitests: partial_reconfig_flow: Remove init/final sequence hacks
...
Now that xc7series generates proper .bit files, the hacks need to be
removed.
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-01 14:34:31 -08:00
Rick Altherr
6b7af3b168
minitests: partial_reconfig_flow: always save ROI bitstreams
...
Signed-off-by: Rick Altherr <kc8apf@kc8apf.net>
2018-02-01 14:34:31 -08:00