-
Updated
Apr 18, 2020 - C++
circuit-analysis
Here are 21 public repositories matching this topic...
Maybe use something like this: https://github.com/drdoctr/doctr
The problem is that when we edit and build the docs, commit and push, the description of the commit is full of html pages and it is unclear what exactly was changed.
-
Updated
Dec 20, 2019 - Python
In src/circuit_components.jl, ports are assumed to be identified by Strings, but this not enforced elsewhere in the package. Probably the circuit components should have a type parameter for the port names.
See also #22; potentially one carefully thought out PR could address both issues.
-
Updated
Jun 25, 2020 - Julia
-
Updated
Sep 11, 2017 - C
This is a list of different shortcuts that would be super useful to include in the API. There is currently a long way to do all of these things. It would be useful to add the following shortcuts into the API to make the tools easier to use and work with.
- set the top instance
Long way:
top = Instance()
top.reference = top_definition
netlist.top_instance = top
could be simplif
Hierarchy viewer
-
Updated
Feb 5, 2017 - Python
-
Updated
Oct 28, 2016 - MATLAB
-
Updated
Sep 28, 2018 - Julia
-
Updated
Mar 14, 2019 - C++
-
Updated
Mar 24, 2017 - MATLAB
-
Updated
Jul 18, 2019 - AGS Script
-
Updated
Jul 19, 2019 - C++
-
Updated
Jul 25, 2019 - Julia
-
Updated
May 23, 2019 - MATLAB
-
Updated
Jul 24, 2019
-
Updated
Apr 26, 2018 - Python
-
Updated
Feb 17, 2017 - TeX
-
Updated
Jun 18, 2020 - Python
Improve this page
Add a description, image, and links to the circuit-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the circuit-analysis topic, visit your repo's landing page and select "manage topics."
We probably should issue a warning about excessive memory usage when using Cholmod with large grids. Perhaps over 5M cells?
Circuitscape/Circuitscape.jl#232 (comment)
A warning that may be clear is something like "Cholmod is a spare direct solver that consumes a lot of memory. A landscaspe with 5M cells will require roughly XGB of RAM. Please use cg+amg