diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2014-02-26 19:43:07 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2014-02-26 19:43:07 -0500 |
commit | cfdea5ab08e3b37110ee72726e75e3bae72b27bc (patch) | |
tree | 1fd76333b3e8c4d0c0a14474b42279da645f4d0c | |
parent | e0790a0c379f0570a9a03648abd395093e202814 (diff) | |
download | axi-lite-gen-cfdea5ab08e3b37110ee72726e75e3bae72b27bc.tar.gz axi-lite-gen-cfdea5ab08e3b37110ee72726e75e3bae72b27bc.zip |
-rw-r--r-- | example.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example.csv b/example.csv index 24445bf..c3b5588 100644 --- a/example.csv +++ b/example.csv @@ -5,8 +5,8 @@ word_index,bits,mode,section,slug,default,description 3,32,p,meta,git_hash,0,"HDL Git commit hash stub, or 0 (32bits)" 4,64,p,meta,build_time,0,UNIX time of build 1024,1,rw,general,enable,, -1025,1,rw,general,output_en,, -1026,1,b,general,ring,,Doorbell +1025,33,rw,general,output_en,, +,1,b,general,ring,,Doorbell 1027,16,rw,general,ring_count,,Count of doorbell rings 1028,16,r,general,ring_counta,,Count of doorbell rings 1029,16,r,general,ring_countb,,Count of doorbell rings |