Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Naming definition #160

Merged
merged 77 commits into from
Jan 31, 2025
Merged

Naming definition #160

merged 77 commits into from
Jan 31, 2025

Conversation

desmonddak
Copy link
Contributor

Description & Motivation

Adding definitionName entries for components so that Verilog has fewer unique modules generated and names
are more meaningful.

Migrate to ROHD 0.6.1

Added NativeMultiplier wrapper for use in generating Verilog to use native multipliers.

Moved optional clocking into base Multiplier class.

Variable width optional output for FP Multiplier,

Related Issue(s)

None.

Testing

Inspected Verilog output of arithmetic blocks, ran logic synthesis to make sure the naming conventions were good.
Exhaustive tests for NativeMultiplier as well as FP Multiplier optional wide output.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No.

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

API documentation changes inline with code for new components and the new optional inputs for FP Mult.

@desmonddak desmonddak requested a review from mkorbel1 January 30, 2025 14:57
lib/src/arithmetic/fixed_to_float.dart Show resolved Hide resolved
lib/src/arithmetic/float_to_fixed.dart Outdated Show resolved Hide resolved
lib/src/arbiters/mask_round_robin_arbiter.dart Outdated Show resolved Hide resolved
lib/src/edge_detector.dart Outdated Show resolved Hide resolved
lib/src/rotate.dart Outdated Show resolved Hide resolved
lib/src/shift_register.dart Outdated Show resolved Hide resolved
@desmonddak desmonddak merged commit 3302e0e into intel:main Jan 31, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants