URL
https://opencores.org/ocsvn/versatile_counter/versatile_counter/trunk
[/] [versatile_counter/] [trunk/] [rtl/] [verilog/] [versatile_counter_generator.php] - Diff between revs 29 and 30
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 29 |
Rev 30 |
Line 86... |
Line 86... |
if ($outputs['level1']=="1") { echo " level1,"; }
|
if ($outputs['level1']=="1") { echo " level1,"; }
|
if ($outputs['level2']=="1") { echo " level2,"; }
|
if ($outputs['level2']=="1") { echo " level2,"; }
|
|
|
echo " rst,";
|
echo " rst,";
|
echo " clk);" . PHP_EOL;
|
echo " clk);" . PHP_EOL;
|
|
echo PHP_EOL;
|
|
|
echo " parameter length = " . $length . ";" . PHP_EOL;
|
echo " parameter length = " . $length . ";" . PHP_EOL;
|
|
|
if ($inputs['clear']=="1") { echo " input " . "clear;" . PHP_EOL; }
|
if ($inputs['clear']=="1") { echo " input " . "clear;" . PHP_EOL; }
|
if ($inputs['set']=="1") { echo " input " . "set;" . PHP_EOL; }
|
if ($inputs['set']=="1") { echo " input " . "set;" . PHP_EOL; }
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.