Skip to content

Issue#257: Added flop like function to construct FlipFlop #381

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

Conversation

Sanchit-kumar
Copy link
Contributor

@Sanchit-kumar Sanchit-kumar commented Jun 10, 2023

Description & Motivation

Currently, to make a flop requires FlipFlop(clk, d).q, but it would be nicer to write flop(clk, d) to get the same thing as per #257

Related Issue(s)

Fix #257

Testing

Updated test/flop_test.dart with added flop()

Documentation

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

Yes, need to mention additional flop() function support (not included by me).

Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Thank you for the contribution!

@mkorbel1 mkorbel1 merged commit 502b543 into intel:main Jun 12, 2023
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.

Make a flop-like function that constructs a FlipFlop and gets the output
2 participants