diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-01-29 10:51:02 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-01-29 10:51:02 +0100 |
commit | 6a7d7e847d6eba4b9ec6c1ed9816f6944260fcbb (patch) | |
tree | 0fdf0025fca2cf26f6375129149fa2e7d108dd7c /techlibs | |
parent | c46b23ab236c7a693c095d791b605d0344c903dd (diff) | |
download | yosys-6a7d7e847d6eba4b9ec6c1ed9816f6944260fcbb.tar.gz yosys-6a7d7e847d6eba4b9ec6c1ed9816f6944260fcbb.tar.bz2 yosys-6a7d7e847d6eba4b9ec6c1ed9816f6944260fcbb.zip |
Added test comments to techlibs/cmos/cmos_cells.lib
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/cmos/cmos_cells.lib | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/techlibs/cmos/cmos_cells.lib b/techlibs/cmos/cmos_cells.lib index 697d8205c..bf6b34788 100644 --- a/techlibs/cmos/cmos_cells.lib +++ b/techlibs/cmos/cmos_cells.lib @@ -1,3 +1,5 @@ +// test comment +/* test comment */ library(demo) { cell(BUF) { area: 6; |