Last active
April 30, 2019 19:08
-
-
Save aswinpajayan/4e627d5f2d757323cd14fea211d22883 to your computer and use it in GitHub Desktop.
hack to implement lookup table in vhdl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%!nl | |
the above line adds line numbers to a file in vim | |
awk '{printf ("when x%x => sreg <= %s\n", $1,$4)}' file_input | xclip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment