Skip to content

Instantly share code, notes, and snippets.

@aswinpajayan
Last active April 30, 2019 19:08
Show Gist options
  • Save aswinpajayan/4e627d5f2d757323cd14fea211d22883 to your computer and use it in GitHub Desktop.
Save aswinpajayan/4e627d5f2d757323cd14fea211d22883 to your computer and use it in GitHub Desktop.
hack to implement lookup table in vhdl
:%!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