Comment file name in .f file list?

D

Davy

Guest
Hi all,

When I change the file list (.f file), I have to delete it and add new
file name.

Can I comment the file name instead?

Best regards,
Davy
 
Davy wrote:
Hi all,

When I change the file list (.f file), I have to delete it and add new
file name.

Can I comment the file name instead?

Best regards,
Davy
You should be able to use // comments, e.g.

file1.v
file2.v
// file3.v (skip for now)
file4.v

Give it a whirl, works with VCS and NC....

/Ed
 
Hi EdA,

Thanks a lot!
I have tried it and it work OK!

Best regards,
Davy


EdA wrote:
Davy wrote:
Hi all,

When I change the file list (.f file), I have to delete it and add new
file name.

Can I comment the file name instead?

Best regards,
Davy

You should be able to use // comments, e.g.

file1.v
file2.v
// file3.v (skip for now)
file4.v

Give it a whirl, works with VCS and NC....

/Ed
 

Welcome to EDABoard.com

Sponsor

Back
Top