teroshdl
Version:
Backend for terosHDL IDE
78 lines • 1.85 kB
JSON
{
"entity": {
"name": "arith_counter_bcd",
"description": "Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 'AS IS' BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License. other comment"
},
"generics": [
{
"name": "DIGITS",
"type": "positive",
"line": 52,
"direction": "",
"default_value": "",
"description": " Number of BCD digits\r"
}
],
"ports": [
{
"name": "clk",
"type": "std_logic",
"line": 55,
"direction": "in",
"default_value": "",
"description": "",
"group": ""
},
{
"name": "rst",
"type": "std_logic",
"line": 56,
"direction": "in",
"default_value": "",
"description": " Reset to 0\r",
"group": ""
},
{
"name": "inc",
"type": "std_logic",
"line": 57,
"direction": "in",
"default_value": "",
"description": " Increment\r",
"group": ""
},
{
"name": "val",
"type": "T_BCD_VECTOR(DIGITS-1 downto 0)",
"line": 58,
"direction": "out",
"default_value": "",
"description": " Value output\r",
"group": ""
}
],
"body": {
"processes": [],
"instantiations": []
},
"declarations": {
"types": [],
"signals": [
{
"name": "p",
"type": "unsigned(DIGITS-1 downto 0)",
"line": 65,
"description": " Stage Overflows=Propagates\r"
},
{
"name": "c",
"type": "unsigned(DIGITS downto 0)",
"line": 66,
"description": ""
}
],
"constants": [],
"functions": []
},
"info": {}
}