Log in
Register
Tech
Contact
Technology Blogs
We play with technology. Sometimes we discover things we think are worth sharing.
Copyright: All code in the posts are shared under the
MIT Open Source Licence
.
Front Page
Archives
Latest comments
Archives for: "11 Jul 2021"
VHDL
Comparison of ModelSim 'Signal Spies' and VHDL 'External Signals'
Example uses of ModelSim's Signal Spies and VHDL-2008's External Signals.
Python
Using Python Decorators
A python decorator allows you to remove repeated code by passing function into another function which extends it.