Tag: vt
-
Compilation of Virginia Tech Forms
We’ve all been there. That sinking feeling when you realize you need a specific form from the university – a Plan of Study update, the dreaded Qualifying Exam application, a Change of Campus request, or perhaps a Graduate School petition. Your journey likely begins with a hopeful dive into the department website, only to be…
-
Change of Campus Process @VT
This is a simple post for Virginia Tech change of campus, yet the main focus is on changing campus within Virginia Tech in ECE department. For other department, you need to first contact assistant in the specific department. At the moment of initial publication, this is really sketchy, but I will refine this as the…
-
ECE5505 Digital Test and Verification Final Project
This blog post serves as a protal for supplementary materials for the final project report of the course ECE5505 Digital Test and Verification 24 Fall. Links are available to be redirected to the specific academic article in PDF format, it should be noted that readers should access those documents within an institution where subscriptions access…
-
ECE5505 Digital Test and Verification Notes Part II
This blog serves as the 2nd and last part for the class ECE5505 Digital Test and Verification. The first part of the notes can be found here. № 12 Oct 15 № 13 Oct 15, Oct 24 № 14 Oct 24, Oct 29 № 15 Oct 29, Oct 31 № 16 Oct 31, Nov 05,…
-
ECE5505 Digital Test and Verification Notes Part I
Introduction This is the blog for VT ECE5505 digital system test and verification course summary, it is currently working as a draft and not finalized. Simulations Fault Simulation Logic Sim Definition given a circuit, fault model, a test set, determine fault coverage determine test set qualityATPG, a vector 1️⃣Serial2️⃣Parallel-fault3️⃣Parallel-pattern4️⃣Deductive Fault Simulation5️⃣Concurrent6️⃣Critical Path Tracing7️⃣Statistical8️⃣Differential9️⃣Combined STAFAN Non-statistical…
-
Install Microsoft Visio on macOS M series Chips via Parallels Desktop
I’m trying to incorporate Microsoft Visio in my workflow as I underestimated its power. One problem for me is that I use a Macintosh which is not able to use the app natively, even through there’s a web based app, it is still far from acceptable in terms of user experience. Thus I decide that…
-
A Tutorial on scikit-learn
Scikit-learn is one of the most fundamental machine learning tools. You could access its official website here. It may not as fancy as pytorch or tensorflow, but scikit-learn is a good starting point for beginners to learn about machine learning algorithms. In this tutorial, several aspects will be shown, including installation, datasets as well as…
-
A guide on how to use Advanced Research Computing at Virginia Tech
Virginia Tech provides computing resources for computing with is suitable for simulations, machine learning model training, which called Advanced Research Computing. It provides a user friendly guide on how to use its system, but I think it would be nicer to try to summarize the most essential ones when you want to use it in…
-
Setup 22nm PDK @VT
This article is based on Professor Jeffrey Walling‘s youtube video on how to setup the 22nm PDK in Cadence Virtuoso. In addition, I will discuss a bit about X Window manager for running window apps via SSH. This article provides a specific case for setting up PDK with customized scripts, which may not be general…