Skip to content

Outputs were not reset except one in Fully_connected_module. #12

@faayez-10xe

Description

@faayez-10xe

Issue Title
Issue Title: Outputs were not reset except one.
Problem Description
During the testing of Fully Connected module, there comes a run time error in module Fully_connected_module. If sequence of a reset is generated only output_1 will be reset and all others output will retain there values.

Expected Behavior
This code will produce run-time error which can only be detected by observing outputs and wave-forms.

Reasons Behind the Run-time Error
This run-time error is due to not assigning 0 to all outputs in module Fully_connected_module.

In file Fully_connected_module.v, at reset == 1 check only output_1 is assigned 0 but all other outputs are not assigned with 0.

Proposed Solution
To resolve this issue, assign 0 to all remaining outputs.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions