-
Updated
Oct 2, 2020 - TypeScript
synthesis
Here are 289 public repositories matching this topic...
-
Updated
Oct 9, 2020 - Ruby
-
Updated
Oct 5, 2020
-
Updated
Sep 21, 2020 - C++
-
Updated
Jun 30, 2020 - Python
-
Updated
Sep 28, 2020 - C#
-
Updated
Oct 3, 2020 - HTML
Proposed Behaviour
None of the core VPR algorithms should care if the relevant t_physical_tile is an input / output / IO type.
Current Behaviour
Some behavior is still dependent on whether a tile is an input / output / IO type.
Possible Solution
The relevant code shouldn't need to care. Once all callsites of is_input_type/is_output_type/is_io_type are removed, the
-
Updated
Jul 8, 2019 - Python
-
Updated
Jun 6, 2020 - SuperCollider
-
Updated
Sep 26, 2020 - VHDL
-
Updated
Oct 8, 2020 - C++
-
Updated
Oct 1, 2020
-
Updated
Jul 1, 2020 - Java
-
Updated
Apr 29, 2020 - C++
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jun 7, 2017 - Ruby
-
Updated
May 7, 2020 - Python
-
Updated
Oct 9, 2020 - Python
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 9, 2020 - JavaScript
Vendor tools dram tests were not enabled until #1234 got merged.
With SymbiFlow/symbiflow-arch-defs#1268 I have temporarily disabled the vivado_targets, to let CI go green (as it has been red for too long now).
This issue is to keep track of the problem with DRAM evaluated on vendor tools with fasm2bels.
-
Updated
Jan 31, 2017 - JavaScript
Improve this page
Add a description, image, and links to the synthesis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the synthesis topic, visit your repo's landing page and select "manage topics."


Motivation
In supercollider/supercollider#4572 we discussed the need for better documentation on when collection functions test on equality vs identity. For instance, SequenceableCollection:indexOf tests on identity, but you wouldn't know it f