summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add section on Versal ACAP decomposition.Keith Rothman2021-04-086-6/+32
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Add explicit note about static muxes and bitstream configurations.Keith Rothman2021-04-081-0/+16
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Address review feedback.Keith Rothman2021-04-081-6/+22
| | | | | | | - Some spelling and grammar fixes - Added a section on control signals Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Initial BEL and site design discussion.Keith Rothman2021-04-0716-0/+132
| | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #21 from clavin-xlnx/remove_tile_pat_idxlitghost2021-03-291-1/+0
|\ | | | | Removing tile pattern index for now, resolves Issue #17.
| * Removing tile pattern index for now.clavin2021-03-291-1/+0
|/ | | | Signed-off-by: clavin <clavin@xilinx.com>
* Merge pull request #20 from litghost/add_missing_stufflitghost2021-03-222-1/+4
|\ | | | | Add DeviceResources to cxx_static Makefile and C++ namespace.
| * Add DeviceResources to cxx_static Makefile and C++ namespace.Keith Rothman2021-03-222-1/+4
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #19 from litghost/add_default_parameterslitghost2021-03-222-3/+76
|\ | | | | Add entries for default parameters, and how to present parameters as strings.
| * Add entries for default parameters, and how to present parameters as strings.Keith Rothman2021-03-222-3/+76
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #18 from litghost/pseudo_cell_docslitghost2021-03-181-0/+37
|\ | | | | Add initial pseudo cell documentation.
| * Clarify some lines based on review comments.Keith Rothman2021-03-181-6/+7
| | | | | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
| * Add initial pseudo cell documentation.Keith Rothman2021-03-181-0/+36
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #13 from litghost/test_schemalitghost2021-02-242-0/+25
|\ | | | | Test schema on GH Actions.
| * Have at least 2 members in LUT equation union.Keith Rothman2021-02-241-0/+1
| | | | | | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
| * Test schema on GH Actions.Keith Rothman2021-02-241-0/+24
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #10 from litghost/flesh_out_lut_sectionlitghost2021-02-231-2/+30
|\ | | | | Add INIT parameter field and add comments to LUT section.
| * Add INIT parameter field and add comments to LUT section.Keith Rothman2021-02-231-2/+30
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #9 from litghost/add_constant_cell_portlitghost2021-02-221-0/+19
|\ | | | | Add missing constant information to device database.
| * Add missing constant information to device database.Keith Rothman2021-02-191-0/+19
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #8 from litghost/enable_out_of_source_buildlitghost2021-02-151-2/+14
|\ | | | | Enable out of source build directory.
| * Enable out of source build directory.Keith Rothman2021-02-151-2/+14
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #7 from litghost/fix_interface_pathlitghost2021-02-151-1/+2
|\ | | | | Add INTERFACE path to library.
| * Add INTERFACE path to library.Keith Rothman2021-02-151-1/+2
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #6 from litghost/add_cmake_for_schema_fileslitghost2021-02-151-0/+35
|\ | | | | Add CMake file to build static library.
| * Add CMake file to build static library.Keith Rothman2021-02-151-0/+35
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #5 from litghost/add_lut_definitionslitghost2021-02-121-0/+32
|\ | | | | Add LUT definitions to DeviceResources.
| * Add LUT definitions to DeviceResources.Keith Rothman2021-02-121-0/+32
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #4 from litghost/add_lut_definitions_and_cxxlitghost2021-02-122-2/+8
|\ | | | | Add C++ namespace definitions.
| * Add C++ namespace definitions.Keith Rothman2021-02-122-2/+8
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #3 from litghost/dos2unix_fixlitghost2021-02-122-293/+293
|\ | | | | Convert to unix line endings.
| * Unify on unix line endings.Keith Rothman2021-02-122-293/+293
|/ | | | Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
* Merge pull request #2 from clavin-xlnx/mainlitghost2021-02-124-0/+834
|\ | | | | Transferring from Xilinx/RapidWright
| * Transfering from Xilinx/RapidWrightChris Lavin2021-02-124-0/+834
|/ | | | Signed-off-by: Chris Lavin <clavin@xilinx.com>
* Add initial commit.Keith Rothman2021-02-042-0/+218
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>