This repo is "NTHU VLSI System Design and Implementation" course project.
NCverilog & nWave
Design a 5-bit pingpong counter with inputs and output ports specification as requirement.
Design a calculator to get the greatest common divisor of two integers.
PartA: input two 8-bit integers while the input ports of A&B are also 8-bit
PartB: input two 16-bit integers while the input ports of A&B are restricted by 8-bit
Redesign Lab01 and parameterize all constants.
- test pattern 04 with default 15 out signal errors!
Design a median filter engine to calculate any 2D grayscale image input, the mask size of the median filter is 7x7.
Use the given file to implement block level APR by toturial flow
Design a SAO filter engine to calculate any 2D grayscale image input.