Skip to content

Commit

Permalink
gic400 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWin committed Oct 11, 2023
1 parent bd6212b commit b0a8a8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/vcml/models/arm/gic400.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ class gic400 : public peripheral
virtual void reset() override;
virtual void end_of_elaboration() override;

void setup(unsigned int num_cpu, unsigned int num_irq);

void set_sgi_pending(u8 value, unsigned int sgi, unsigned int cpu,
bool set);
};
Expand Down Expand Up @@ -377,8 +375,6 @@ class gic400 : public peripheral
void set_irq_trigger(unsigned int irq, trigger_mode t);
void set_irq_signaled(unsigned int irq, bool signaled, unsigned int m);
bool irq_signaled(unsigned int irq, unsigned int mask);
bool is_edge_triggered(unsigned int irq) const;
bool is_level_triggered(unsigned int irq) const;

bool test_pending(unsigned int irq, unsigned int mask);

Expand Down

0 comments on commit b0a8a8e

Please sign in to comment.