forked from steveicarus/iverilog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant checks for package imports during parsing.
The find_* and symbol_search functions now handle this.
- Loading branch information
1 parent
5521977
commit 269ec2f
Showing
2 changed files
with
6 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#ifndef IVL_pform_H | ||
#define IVL_pform_H | ||
/* | ||
* Copyright (c) 1998-2017 Stephen Williams ([email protected]) | ||
* Copyright (c) 1998-2019 Stephen Williams ([email protected]) | ||
* | ||
* This source code is free software; you can redistribute it | ||
* and/or modify it in source code form under the terms of the GNU | ||
|
@@ -312,8 +312,7 @@ extern void pform_set_typedef(perm_string name, data_type_t*data_type, | |
std::list<pform_range_t>*unp_ranges); | ||
|
||
/* | ||
* This function makes a PECallFunction of the named function. Decide | ||
* if this function is in the scope or is imported from a package. | ||
* This function makes a PECallFunction of the named function. | ||
*/ | ||
extern PECallFunction* pform_make_call_function(const struct vlltype&loc, | ||
const pform_name_t&name, | ||
|