Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mtp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SPARSA ROYCHOWDHURY
mtp
Commits
02f9cae1
Commit
02f9cae1
authored
Jul 30, 2017
by
SPARSA ROYCHOWDHURY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
30/7/2017:
Basic commit
parent
e325684b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
drawsystem
drawsystem
+0
-0
src/drawsystem.cpp
src/drawsystem.cpp
+3
-2
No files found.
drawsystem
View file @
02f9cae1
No preview for this file type
src/drawsystem.cpp
View file @
02f9cae1
...
...
@@ -138,8 +138,9 @@ int main(int argc, char *argv[]) {
short
int
noofguards
,
noofresets
;
// #gurads and #reset clocks in a transition
int
guard
,
reset
;
if
(
argc
<
2
)
{
cout
<<
"You must give the timed system input file!"
<<
endl
;
if
(
argc
<
3
)
{
cout
<<
"You must give the timed system input file and the output file!"
<<
endl
;
cout
<<
"The first input will be the system input file and the second input will be the ouput file name"
<<
endl
;
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment