-
Direction changed, txt will be updated soon.
Old stuff:
- 1997: [The Internet: A Future Tragedy of the Commons?](https://link.springer.com/chapter/10.1007/978-1-4757-2644-2_22)
- [Internet Securi…
-
微博内容精选
-
**Is your feature request related to a problem? Please describe.**
Suppose you are designing some circuit. Then you made one section of circuit incorrect. Now you want to delete that section. Curre…
-
As try building by
```
mkdir build && cd build
cmake .. \
-G "Unix Makefiles" \
-DCMAKE_CXX_FLAGS="${CXXFLAGS/-O2/-O3} -fPIC" \
-DCMAKE_C_FLAGS="${CFLAGS/-O2/-O3} -fPIC" \
-DCMAKE_Fort…
-
Hi all,
Due to community feedback about issues with fitting a variety of data formats, I went through the datasets we have so far and compiled guidelines for a standard data format. Going forward, …
-
Any chance more RF "stuff" from Qucs 0.0.20 might end up in the next release? INDQ, CAPQ? S-parameters?
![2022-08-25_100604](https://user-images.githubusercontent.com/102838604/186686765-4c2ca2dd-8…
-
### Context
I'm a bit stuck working on a `paramclass` meant to pass BSIM6 instance parameters to a corresponding `ExternalModule` for transistors in a PDK.
### What I'd like to do
I'm curious…
-
I was trying to compile PICSimLab on my M1 MacBook Pro running macOS Monterey 12.4. After working around several hurdles, I eventually got things compiled (`picsim` (had to add `-framework OpenAL` to …
-
The `vlsirtools.spice` package has two types that it returns from `Sim` calls:
* A "python-native" `sim_data.SimResult`, using numpy arrays, dataclasses, and other Pythonic-y things
* The protobu…
-
The way the SPICE model files are organized in sky130A seem to cause a long startup time of ngspice due to the read of the model files. Is there a way to speed this up? Maybe a single, flat model file…