The Wayback Machine - https://web.archive.org/web/20201129090704/https://github.com/topics/cad
Skip to content
#

cad

Here are 549 public repositories matching this topic...

litghost
litghost commented Mar 5, 2020

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

looooo
looooo commented Oct 2, 2019

Are there any docs for the python bindings available. I have no idea how to use libredwg and run into a crash imediatly:

>>> import LibreDWG
>>> LibreDWG.Dwg_Data()
<LibreDWG.Dwg_Data; proxy of <Swig Object of type '_dwg_struct *' at 0x7f1dbf13d9c0> >
>>> data = LibreDWG.Dwg_Data()
>>> data.swig/python detected a memory leak of type 'BITCODE_MS *', no destructor found.
swig/python det

Improve this page

Add a description, image, and links to the cad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cad topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.