diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-08-13 09:30:20 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-08-13 09:30:20 +0200 |
commit | 08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51 (patch) | |
tree | 9281a91c8effbebe727ed1391b2e9036ef3b5361 /tests/asicworld | |
parent | 667b0150185d53578b002a00df9c4f347a35fed2 (diff) | |
download | yosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.tar.gz yosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.tar.bz2 yosys-08ad5409a2e5b6dda9f9b2c361e6d82bf0551e51.zip |
Some ASCII encoding fixes (comments and docs) by Larry Doolittle
Diffstat (limited to 'tests/asicworld')
-rw-r--r-- | tests/asicworld/code_hdl_models_up_counter.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/asicworld/code_hdl_models_up_counter.v b/tests/asicworld/code_hdl_models_up_counter.v index ffe670994..e05302182 100644 --- a/tests/asicworld/code_hdl_models_up_counter.v +++ b/tests/asicworld/code_hdl_models_up_counter.v @@ -2,7 +2,7 @@ // Design Name : up_counter // File Name : up_counter.v // Function : Up counter -// Coder : Deepak +// Coder : Deepak //----------------------------------------------------- module up_counter ( out , // Output of the counter |