Go deh!
Mainly Tech projects on Python and Electronic Design Automation.
Sunday, October 20, 2019
Indent datastructure for trees
›
I was browsing StackOverflow and came across a question that mentioned a new-to-me format for a datatructure for holding a tree of data.I am...
2 comments:
Sunday, October 13, 2019
ISO26262:: Some thoughts on Specs.
›
It seems as if there are many engineers who can do, but who struggle with doing the documentation. In safety flows, everything comes from t...
Tuesday, August 27, 2019
N-Dimensional matrix to 1-D array indexing translations.
›
Having done the 2-D address indexing translations , I thught about how to translate between a set of 3-D indices and a linear 1-D array ind...
Monday, August 26, 2019
2-Dimension matrix to 1-D array, index translations.
›
Work has me working with hardware registers. Many registers; arrayed registers; multi-arrayed registers!. The verifiction library I use ha...
Saturday, August 10, 2019
Sharing Fairly (Thue Morse)
›
Sunday, May 26, 2019
Nested attribute lookup in dicts
›
As part of a larger project, I wanted to explore the use of Python object attribute access syntax to access items of a dict. A base. I ...
‹
›
Home
View web version