2018 IC Design Contest Preliminary - Huffman Coding

Directory Tree - Main Folder & Files

file_pic run_nc.sh -- Run function simulation
file_pic run_nc_post.sh -- Run timing simulation
dir_pic dc -- Design Compiler Relate

file_pic .synopsys_dc.setup -- Set Design Compiler's parameter
file_pic DC_syn.tcl -- Script for Design Compiler
file_pic huffman.sdc -- Constraint file
file_pic huffman_syn.v -- Netlist from Design Compiler

dir_pic doc -- Related documents

file_pic B_ICC2018_priliminary_grad_cell_based.pdf -- Problem Description

dir_pic sim --Ncverilog Relate

file_pic pre_sim.f -- Script for function simulation
file_pic post_sim.f -- Script for timing simulation
file_pic pattern1.dat -- Test data 1
file_pic pattern2.dat --Test data 2
file_pic pattern3.dat --Test data 3
file_pic golden1.dat -- Answer data 1
file_pic golden2.dat -- Answer data 2
file_pic golden3.dat -- Answer data 3

dir_pic src -- Source code

file_pic huffman.v -- Main module
file_pic tb.v -- Testfixture

Finite State Machine

FSM in huffman.v line:141~178
FSM

AUTHORS

Yu-Cheng Chou