acaldero/wepsim

View on GitHub

Showing 3 of 3 total issues

Function cpu_ep_register has 3399 lines of code (exceeds 1024 allowed). Consider refactoring.
Open

function cpu_ep_register ( sim_p )
{
        sim_p.components["CPU"] = {
                          name: "CPU",
                          version: "1",
Severity: Major
Found in sim_hw/hw_items/cpu_ep.js - About 1 wk to fix

    Function cpu_poc_register has 2815 lines of code (exceeds 1024 allowed). Consider refactoring.
    Open

    function cpu_poc_register ( sim_p )
    {
            sim_p.components["CPU"] = {
                              name: "CPU",
                              version: "1",
    Severity: Major
    Found in sim_hw/hw_items/cpu_poc.js - About 1 wk to fix

      Function cpu_rv_register has 2397 lines of code (exceeds 1024 allowed). Consider refactoring.
      Open

      function cpu_rv_register ( sim_p )
      {
              sim_p.components["CPU"] = {
                                name: "CPU",
                                version: "1",
      Severity: Major
      Found in sim_hw/hw_items/cpu_rv.js - About 6 days to fix
        Severity
        Category
        Status
        Source
        Language