Skip to content

Conversation

@fhaque60
Copy link

This imports the sum_pkg.svh which is a base class library we will use to create test benches
The code is uncompiled so wee will need to compile and fix any compile issues

@fhaque60
Copy link
Author

@micprog

@micprog micprog marked this pull request as draft May 18, 2024 10:56
Copy link
Member

@micprog micprog left a comment

Choose a reason for hiding this comment

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

It looks like this is still work in progress, so I converted to draft. Feel free to mark as ready for review when ready.

svm_trans trans;
mailbox svm_trans gen2drvr_mbx;

virtual functiona svm_trans gen ();
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
virtual functiona svm_trans gen ();
virtual function svm_trans gen ();

//some useful typedefs
//
//
package svm_pkg;
Copy link
Member

Choose a reason for hiding this comment

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

Just out of curiosity, what does SVM stand for?

Comment on lines +43 to +49
//TODO: connect gen2drvr _mbx to generators' gen2drvr_mbx;
//TODO: replace durif in virtual interface declaration with appropriate
//interface name
//TODO:fill in the drive task
//TODO:define a constructor which should:
//a) create the mailbox
//b) provide a name for the driver
Copy link
Member

Choose a reason for hiding this comment

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

It looks like there are still a lot of todos

@fhaque60
Copy link
Author

fhaque60 commented May 18, 2024 via email

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.

2 participants