Dan Fritchman
Dan Fritchman
`cargo audit` runs such as this one: https://github.com/dan-fritchman/Layout21/pull/35/checks?check_run_id=10213135939 Have been turning up this RUSTSEC: https://rustsec.org/advisories/RUSTSEC-2021-0073.html Seems a quick upgrade to `prost` should cover it. While these checks are being run...
`cargo audit` runs such as this one: https://github.com/dan-fritchman/Layout21/pull/35/checks?check_run_id=10213135939 Have been turning up this advisory about the `chrono` crate: https://rustsec.org/advisories/RUSTSEC-2020-0071.html In which, if you do some fun multi-threaded environment-variable fiddling, it...
To be added to project documentation: * The `layout21converters` CLIs * JSON schemas for `gds21::GdsLibrary` and `lef21::LefLibrary`
PR #35 added GDS to JSON, YAML, TOML (kinda: see #33), and "choose any of those" CLI programs to `layout21converters`. There is a larger & more comprehensive matrix that could...
Thus far we have the tacit assumption that importable GDSII's have one of a handful of values for their `GdsUnit`s: 1nm, 1µm, etc. In practice this has generally been the...
Likely due to upgrades in Rust versions etc, need to be caught up
In breaking news to me, parameters of the form of `closure_param` below: ```spice .param a=5 b=6 .param closure_param(par1,par2) = 'par1 > par2 ? a : b' .param calls_that_closure = '12...
The data model in `Netlist` to date could generally be described as an abstract syntax tree. A `netlist.Program` consists of strongly-typed `Statement`s and `Entry`s, which refer to each other through...
Not immediately working. E.g.: https://github.com/dan-fritchman/Hdl21/actions/runs/8443756151/job/23127988377 (Or at least our CI is not immediately working.)
Outlook just after today's v6. (Coming soon)